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: 101,965 of 187,591
Downloads: 7,671

Daily

Ranking: 130,231 of 187,571
Downloads: 5

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,165,649,814rake
28925,037,502rspec
38708,869,578rack-test
45199,941,465yajl-ruby
93648,957,059resque
99845,498,661mock_redis

Owners

#GravatarHandle
1iconryansch