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,997 of 183,638
Downloads: 7,306

Daily

Ranking: 54,457 of 183,630
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
10973,138,300rake
25826,918,508rspec
37600,018,362rack-test
43085,024,992yajl-ruby
88244,690,405resque
98739,019,445mock_redis

Owners

#GravatarHandle
1iconryansch