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,973 of 189,766
Downloads: 305,975

Daily

Ranking: 19,433 of 189,739
Downloads: 15

Depended by

RankDownloadsName
49,41723,022serially

Depends on

RankDownloadsName
81,242,058,526rake
29952,467,422rspec
194248,831,979timecop
94350,765,666resque
99647,860,856mock_redis

Owners

#GravatarHandle
1iconwallace
2iconpboling