1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Remove the line which says that workers exit at a USR1 after stopping. This is not true and has never been the case. Use TERM for exiting after stopping with a timeout.

This commit is contained in:
Jonathan Hyman 2013-12-12 11:08:46 -05:00
parent 02f23cfaa0
commit ff46516383

View file

@ -1,7 +1,6 @@
2.17.0
-----------
- Change USR1 signal handling to exit process as soon as all workers are quiet. [#1358]
- Change `Sidekiq::Client#push_bulk` to return an array of pushed `jid`s. [#1315, barelyknown]
- Web UI refactoring to use more API internally (yummy dogfood!)
- Much faster Sidekiq::Job#delete performance for larger queue sizes