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,403 of 196,051
Downloads: 316,643

Daily

Ranking: 14,526 of 195,980
Downloads: 61

Depended by

RankDownloadsName
50,03324,065serially

Depends on

RankDownloadsName
81,392,453,331rake
291,009,870,499rspec
200269,486,089timecop
95254,172,435resque
95554,119,258mock_redis

Owners

#GravatarHandle
1iconwallace
2iconpboling