mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Fix #2440
This commit is contained in:
parent
12ed0e4fb6
commit
6e48ed8a4f
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ respawn limit 3 30
|
|||
# TERM is sent by sidekiqctl when stopping sidekiq. Without declaring these as
|
||||
# normal exit codes, it just respawns.
|
||||
normal exit 0 TERM
|
||||
|
||||
# Older versions of Upstart might not support the reload command and need
|
||||
# this commented out.
|
||||
reload signal USR1
|
||||
|
||||
instance $index
|
||||
|
|
Loading…
Add table
Reference in a new issue