RubyGems Navigation menu

resque-lonely_job 0.0.1

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!

install:
=

Versions:

  1. 1.1.3 - August 13, 2014 (10 KB)
  2. 1.0.2 - February 10, 2014 (9.5 KB)
  3. 1.0.1 - January 05, 2014 (9.5 KB)
  4. 1.0.0 - January 05, 2014 (9 KB)
  5. 0.0.4 - January 28, 2013 (8 KB)
  6. 0.0.1 - May 21, 2012 (7 KB)
Show all versions (8 total)

Runtime Dependencies (2):

mock_redis ~> 0.4.1
resque ~> 1.20.0

Development Dependencies (2):

rake >= 0
rspec >= 0

Owners:

Authors:

  • Jonathan R. Wallace

SHA 256 checksum:

cb64b4593e30acff2db62baf38e8a5fb610cd41b476d4b1fc10cebe542a2234f

Total downloads 272,217

For this version 2,912

Licenses:

N/A

Required Ruby Version: None

Links: