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,429 of 193,081
Downloads: 7,941

Daily

Ranking: 96,093 of 193,053
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,324,961,978rake
29981,327,237rspec
39770,733,660rack-test
484105,510,385yajl-ruby
94452,588,304resque
97750,923,892mock_redis

Owners

#GravatarHandle
1iconryansch