1
0
Fork 0
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:
Vicent Llongo 2016-05-18 23:25:29 +03:00
parent fb9e8577e6
commit 1e715903dc

View file

@ -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