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

doc usr1 change

This commit is contained in:
Mike Perham 2013-11-23 21:02:57 -08:00
parent 0911f03be9
commit 331d219441

View file

@ -4,6 +4,7 @@
- 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
- Change USR1 signal semantic to exit process as soon as all workers are quiet.
- Further capistrano 3 fixes
- Many misc minor fixes