Sidekiq v3.2.0 Release Notes

    • 🛠 Fix issue which caused duplicate job execution in Rails 3.x This issue is caused by improper exception handling in ActiveRecord which changes Sidekiq's Shutdown exception into a database error, making Sidekiq think the job needs to be retried. The fix requires Ruby 2.1. [#1805]
    • ⚡️ Update how Sidekiq eager loads Rails application code [#1791, jonleighton]
    • 🔄 Change logging timestamp to show milliseconds.
    • 👷 Reverse sorting of Dead tab so newer jobs are listed first [#1802]