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: 104,449 of 195,762
Downloads: 7,999

Daily

Ranking: 102,761 of 195,747
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,384,293,602rake
291,006,320,288rspec
41798,045,486rack-test
494107,887,928yajl-ruby
95053,980,915resque
95953,686,364mock_redis

Owners

#GravatarHandle
1iconryansch