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

Finally fix negative pending!?!?!?

This commit is contained in:
Mike Perham 2018-01-10 09:55:11 -08:00
parent ee895924bd
commit b56afeec1a

View file

@ -4,6 +4,13 @@
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
3.7.0
---------
- Refactor batch job success/failure to gracefully handle several edge
cases with regard to Sidekiq::Shutdown. This should greatly reduce
the chances of seeing the long-standing "negative pending count" problem. [#3710]
3.6.1
---------