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,819 of 187,571
Downloads: 300,455

Daily

Ranking: 13,073 of 187,548
Downloads: 52

Depended by

RankDownloadsName
49,34822,419serially

Depends on

RankDownloadsName
101,165,196,519rake
28924,848,930rspec
193239,565,314timecop
93648,948,137resque
99845,484,236mock_redis

Owners

#GravatarHandle
1iconwallace
2iconpboling