RubyGems Navigation menu

nogara-resque-lonely_job 0.0.3

Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/lonely_job' class StrictlySerialJob extend Resque::Plugins::LonelyJob @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.0.3 - August 07, 2012 (7.5 KB)

Runtime 相依性套件 (1):

resque ~> 1.21.0

Development 相依性套件 (4):

debugger >= 0
mock_redis ~> 0.4.1
rake >= 0
rspec >= 0

擁有者:

作者:

  • Jonathan R. Wallace

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 4,008

這個版本 4,008

授權:

Ruby 版本需求:

相關連結: