Sign in Sign up
rubygems

resque-loner

Makes sure that for special jobs, there can be only one job with the same workload in one queue. Example: class CacheSweeper include Resque::Plugins::UniqueJob @queue = :cache_sweeps def self.perform(article_id) # Cache Me If You Can... end end

Activity

Latest release
12y ago
Total releases
7
Cadence
~5 months
Last 12 months
0

Details

License
MIT
First release
Jun 20, 2010
Releases
Version Released
1.3.0 minor
1.2.1 patch
1.2.0 minor
1.0.1 major
0.1.3 patch
0.1.2 patch
0.1.1 initial