Sidekiq v5.1.0 Release Notes

    • ๐Ÿ†• NEW Global death handlers - called when your job exhausts all retries and dies. Now you can take action when a job fails permanently. [#3721]
    • ๐Ÿ†• NEW Enable ActiveRecord query cache within jobs by default [#3718, sobrinho] This will prevent duplicate SELECTS; cache is cleared upon any UPDATE/INSERT/DELETE. See the issue for how to bypass the cache or disable it completely.
    • โฑ Scheduler timing is now more accurate, 15 -> 5 seconds [#3734]
    • Exceptions during the :startup event will now kill the process [#3717]
    • ๐Ÿ‘‰ Make Sidekiq::Client.via reentrant [#3715]
    • ๐Ÿ›  Fix use of Sidekiq logger outside of the server process [#3714]
    • ๐Ÿš… Tweak constantize to better match Rails class lookup. [#3701, caffeinated-tech]