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 2021-01-12 13:51:04 -08:00
parent 84b04e26bf
commit fdc0531851

View file

@ -7,6 +7,7 @@ Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
HEAD
---------
- Propagate death callbacks to parent batches [#4774]
- Allow customization of Batch linger to quickly reclaim memory in Redis [#4772]
- Fix disappearing processes in Busy due to super_fetch initialization when used in
tandem with `SIDEKIQ_PRELOAD_APP=1` in `sidekiqswarm`. [#4733]