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: 99,782 of 183,033
Downloads: 7,257

Daily

Ranking: 108,739 of 183,020
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
10950,934,915rake
25816,458,758rspec
37588,002,699rack-test
43582,836,751yajl-ruby
87444,122,005resque
97838,152,868mock_redis

Owners

#GravatarHandle
1iconryansch