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:
= Copy to clipboard Copied!

Installeer:
=

Versies:

  1. 0.0.3 - August 07, 2012 (7,5 KB)

Runtime afhankelijkheden (1):

resque ~> 1.21.0

Development afhankelijkheden (4):

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

Eigenaren:

Authors:

  • Jonathan R. Wallace

SHA 256 checksum:

d8856e1ec9a14176a312c8230a33ddc5f3e35c997cdc8d34d492e3c78632311d

Total downloads 3.958

Voor deze versie 3.958

Licenties:

N/A

Required Ruby Version: Geen

Links: