mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
changes
This commit is contained in:
parent
1207d2b5c1
commit
4b8a8bd3ae
1 changed files with 4 additions and 2 deletions
|
@ -5,10 +5,12 @@
|
|||
HEAD
|
||||
---------
|
||||
|
||||
- Use `setTimeout` rather than `setInterval` to avoid thundering herd [#4480]
|
||||
- Integrate with systemd's watchdog and notification features [#4488]
|
||||
See `Type=notify` in [systemd.service](https://www.freedesktop.org/software/systemd/man/systemd.service.html#Options)
|
||||
See `Type=notify` in [systemd.service](https://www.freedesktop.org/software/systemd/man/systemd.service.html#Options). The integration works automatically.
|
||||
- Fix edge case where a job can be pushed without a queue.
|
||||
- Check RAILS_ENV before RACK_ENV. [#4493]
|
||||
- Check RAILS_ENV before RACK_ENV [#4493]
|
||||
- Add Lithuanian locale [#4476]
|
||||
|
||||
6.0.5
|
||||
---------
|
||||
|
|
Loading…
Add table
Reference in a new issue