1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

latest changes

This commit is contained in:
Mike Perham 2014-05-21 21:05:17 -07:00
parent 9b04644c81
commit 44c4654b08

View file

@ -16,6 +16,7 @@ end
- The Web UI can use the API to quiet or stop all processes via the Busy page.
- The Web UI understands and hides the `Sidekiq::Extensions::Delay*`
classes, instead showing `Class.method` as the Job. [#1718]
- The poll interval is now configurable in the Web UI [madebydna, #1713]
- Delay extensions can be removed so they don't conflict with
DelayedJob: put `Sidekiq.remove_delay!` in your initializer. [devaroop, #1674]