Sidekiq 3.1.0 发布(官方消息),改进内容包括:
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. [#1703]
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]
Polish the Dashboard graphs a bit, update Rickshaw [brandonhilkert, #1725]
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]
Sidekiq 为 Rails 3 应用程序提供一个高效的消息队列系统。
项目主页:https://github.com/mperham/sidekiq/blob/master/Changes.md#310
下载地址:https://github.com/mperham/sidekiq
来自:开源中国社区