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: 10,115 of 192,454
Downloads: 310,166

Daily

Ranking: 19,416 of 192,434
Downloads: 10

Depended by

RankDownloadsName
49,68923,458serially

Depends on

RankDownloadsName
81,304,391,570rake
29974,552,057rspec
195256,835,155timecop
94352,168,557resque
98050,154,454mock_redis

Owners

#GravatarHandle
1iconwallace
2iconpboling