1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2016-03-31 21:26:21 -07:00
parent a7e8fd1e47
commit 51727b6218

View file

@ -13,6 +13,8 @@ Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how t
longer seamlessly process batches created with Sidekiq Pro 1.x.
As always, upgrade one major version at a time to ensure a smooth
transition.
- Fix edge case where a parent batch could expire before a child batch
was finished processing, leading to missing batches [#2889]
3.1.0
---------