This commit is contained in:
Mike Perham 2013-11-20 15:15:33 -08:00
parent 202c48554c
commit 6b0629d54f
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,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
- Further capistrano 3 fixes
- Misc minor fixes