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