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

update changes

This commit is contained in:
Mike Perham 2014-05-20 20:44:38 -07:00
parent 7395f71373
commit c0058a6bbc

View file

@ -13,9 +13,11 @@ namespace :sidekiq do
end
end
```
- The Web UI can use the API to quiet or stop all processes on the Busy tab.
- 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]
- Delay extensions can be removed so they don't conflict with
DelayedJob: put `Sidekiq.remove_delay!` in your initializer. [devaroop, #1674]
3.0.2