Sidekiq v6.5.2 Release Notes

    • Job Metrics are under active development, help wanted! BETA
    • ➕ Add Context column on queue page which shows any CurrentAttributes [#5450]
    • 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-rb 4.5.0. Note that Sidekiq will break if you use the Redis.exists_returns_integer = false flag. [#5394]