mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
latest changes
This commit is contained in:
parent
9b04644c81
commit
44c4654b08
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue