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

Latest Pro changes

This commit is contained in:
Mike Perham 2015-03-18 09:23:42 -07:00
parent a4681bc8f5
commit 1a1134c2d8

View file

@ -9,6 +9,8 @@ Please see [http://sidekiq.org/pro](http://sidekiq.org/pro) for more details and
- Add `batch.callback_queue` so batch callbacks can use a higher
priority queue than jobs. [#2200]
- Gracefully recover if someone runs `SCRIPT FLUSH` on Redis. [#2240]
- Ignore errors when attempting `bulk_requeue`, allowing clean shutdown
2.0.0
-----------