Categories: None [Edit]

resque-lonely_job

https://rubygems.org/gems/resque-lonely_job
https://github.com/wallace/resque-lonely_job
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

Total

Ranking: 9,001 of 180,507
Downloads: 272,318

Daily

Ranking: 13,371 of 180,487
Downloads: 61

Depended by

RankDownloadsName
48,60219,899serially

Depends on

RankDownloadsName
16855,753,735rake
23768,975,035rspec
170192,652,569timecop
83441,818,993resque
95934,256,978mock_redis

Owners

#GravatarHandle
1iconpboling
2iconwallace