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

Merge pull request #1394 from mperham/feature/usr1-readme

Remove the line which says that workers exit at a USR1 after stopping. T...
This commit is contained in:
Mike Perham 2013-12-12 08:33:12 -08:00
commit 01806072af

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