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

latest changes

This commit is contained in:
Mike Perham 2022-07-14 16:01:45 -07:00
parent 0676a5202e
commit a80a6d064a

View file

@ -5,6 +5,9 @@
HEAD
----------
- `sidekiq_retry_in` may now return `:discard` or `:kill` to dynamically stop job retries [#5406]
- Smarter sorting of processes in /busy Web UI [#5398]
- Fix broken hamburger menu in mobile UI [#5428]
- Require redis 4.5.0. Note that Sidekiq will break if you use the
[`Redis.exists_returns_integer = false`](https://github.com/redis/redis-rb/blob/master/CHANGELOG.md#450) flag. [#5394]