Sidekiq v6.0.6 Release Notes

Release Date: 2020-03-23 // about 4 years ago
    • โ†” Integrate with systemd's watchdog and notification features [#4488] Set Type=notify in sidekiq.service. The integration works automatically.
    • ๐Ÿ‘‰ Use setTimeout rather than setInterval to avoid thundering herd [#4480]
    • ๐Ÿ›  Fix edge case where a job can be pushed without a queue.
    • ๐Ÿ‘ท Flush job stats at exit [#4498]
    • Check RAILS_ENV before RACK_ENV [#4493]
    • โž• Add Lithuanian locale [#4476]