mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge branch 'master' of github.com:mperham/sidekiq
This commit is contained in:
commit
77b05da266
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ normal exit 0 TERM
|
|||
# this commented out.
|
||||
reload signal USR1
|
||||
|
||||
# Upstart waits 5 seconds by default to kill the a process. Increase timeout to
|
||||
# give sidekiq process enough time to exit.
|
||||
kill timeout 15
|
||||
|
||||
instance $index
|
||||
|
||||
script
|
||||
|
|
Loading…
Reference in a new issue