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,181 of 186,715
Downloads: 7,517

Daily

Ranking: 75,055 of 186,700
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,127,274,939rake
27909,005,466rspec
37688,682,580rack-test
44098,293,382yajl-ruby
93447,995,724resque
99644,201,356mock_redis

Owners

#GravatarHandle
1iconryansch