1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

uncomment out normal exit codes in upstart examples

This commit is contained in:
August Jaenicke 2013-10-03 11:46:28 -07:00
parent f18aea4914
commit 7687e2ff29
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ respawn
respawn limit 3 30
# TERM and USR1 are sent by sidekiqctl when stopping sidekiq. Without declaring these as normal exit codes, it just respawns.
#normal exit 0 TERM USR1
normal exit 0 TERM USR1
instance ${app}-${index}

View file

@ -28,7 +28,7 @@ respawn
respawn limit 3 30
# TERM and USR1 are sent by sidekiqctl when stopping sidekiq. Without declaring these as normal exit codes, it just respawns.
#normal exit 0 TERM USR1
normal exit 0 TERM USR1
instance $index