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,063 of 191,854
Downloads: 309,416

Daily

Ranking: 12,079 of 191,816
Downloads: 30

Depended by

RankDownloadsName
49,64723,328serially

Depends on

RankDownloadsName
81,285,080,020rake
29968,524,191rspec
195254,071,590timecop
94351,771,348resque
98649,483,413mock_redis

Owners

#GravatarHandle
1iconpboling
2iconwallace