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

pro changes

This commit is contained in:
Mike Perham 2017-10-18 14:15:34 -07:00
parent 90db3b8420
commit 63f1f16b36

View file

@ -4,6 +4,13 @@
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
HEAD
---------
- Fix edge case in Batch::Status#poll leading to premature completion [#3640]
- Adjust scan API to check 100 elements at a time, to minimize network round trips
when scanning large sets.
3.5.3
---------