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:
parent
f18aea4914
commit
7687e2ff29
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue