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-05 09:43:01 -08:00
parent d4fca4683c
commit c8c5beee1e

View file

@ -7,6 +7,7 @@ Please see [sidekiq.org](https://sidekiq.org/) for more details and how to buy.
HEAD
---------
- 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]