mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Set kill timeout to 15 sec. in upstart config
This commit is contained in:
parent
fb9e8577e6
commit
1e715903dc
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…
Add table
Reference in a new issue