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,593 of 193,576
Downloads: 7,959

Daily

Ranking: 97,607 of 193,553
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,342,054,708rake
29987,839,003rspec
39777,909,998rack-test
488106,127,074yajl-ruby
94652,947,883resque
97451,640,545mock_redis

Owners

#GravatarHandle
1iconryansch