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
Required Ruby Version
None
Authors
Jonathan R. Wallace
Versions
- 1.1.3 August 13, 2014 (10 KB)
- 1.0.2 February 10, 2014 (9.5 KB)
- 1.0.1 January 05, 2014 (9.5 KB)
- 1.0.0 January 05, 2014 (9 KB)
- 0.0.4 January 28, 2013 (8 KB)
- 0.0.2 May 24, 2012 (7.5 KB)