From c0058a6bbcb0b20067da6daa68ea2bef3eaaa145 Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Tue, 20 May 2014 20:44:38 -0700 Subject: [PATCH] update changes --- Changes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index fb1c91f9..09c77d20 100644 --- a/Changes.md +++ b/Changes.md @@ -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