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: 102,468 of 190,127
Downloads: 7,848

Daily

Ranking: 60,204 of 190,091
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,251,161,706rake
29955,828,328rspec
38742,737,220rack-test
465103,145,847yajl-ruby
94350,962,872resque
99548,239,303mock_redis

Owners

#GravatarHandle
1iconryansch