Sidekiq v5.2.3 Release Notes

Release Date: 2018-11-06 // over 5 years ago
    • ⚠ Warning message on invalid REDIS_PROVIDER [#3970]
    • ➕ Add sidekiqctl status command [#4003, dzunk]
    • ⚡️ Update elapsed time calculatons to use monotonic clock [#3999]
    • 🛠 Fix a few issues with mobile Web UI styling [#3973, navied]
    • 👷 Jobs with retry: false now go through the global death_handlers, meaning you can take action on failed ephemeral jobs. [#3980, Benjamin-Dobell]
    • 🛠 Fix race condition in defining Workers. [#3997, mattbooks]