Categories: None [Edit]

nogara-resque-lonely_job

https://rubygems.org/gems/nogara-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: 140,032 of 192,505
Downloads: 4,415

Daily

Ranking: 126,350 of 192,483
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,306,403,856rake
29975,141,511rspec
94352,208,825resque
98050,215,522mock_redis
2,9965,603,474debugger

Owners

#GravatarHandle
1iconnogara