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

tweak changes

This commit is contained in:
Mike Perham 2014-05-17 14:58:34 -07:00
parent 2e26b21c72
commit e7368bf10e

View file

@ -1,11 +1,11 @@
3.1.0
-----------
- New remote control feature: you can remotely trigger Sidekiq to quiet
or terminate remotely via API, without signals. This is most useful
on Heroku which does not support the USR1 'quiet' signal. Now you can
- New **remote control** feature: you can remotely trigger Sidekiq to quiet
or terminate via API, without signals. This is most useful on JRuby
or Heroku which does not support the USR1 'quiet' signal. Now you can
run a rake task like this at the start of your deploy to quiet your
set of Sidekiq processes.
set of Sidekiq processes. [#1703]
```ruby
namespace :sidekiq do
task :quiet => :environment do
@ -13,7 +13,7 @@ namespace :sidekiq do
end
end
```
- The Web UI can now quiet or stop all Sidekiq processes on the Busy tab.
- The Web UI can use the API to quiet or stop all processes on the Busy tab.
3.0.2