Categories: None [Edit]

ryansch-resque-loner

https://rubygems.org/gems/ryansch-resque-loner
https://github.com/ryansch/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

Total

Ranking: 103,228 of 192,505
Downloads: 7,915

Daily

Ranking: 90,203 of 192,483
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,306,403,856rake
29975,141,511rspec
39763,833,267rack-test
480104,943,232yajl-ruby
94352,208,825resque
98050,215,522mock_redis

Owners

#GravatarHandle
1iconryansch