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: 98,564 of 180,661
Downloads: 7,093

Daily

Ranking: 75,347 of 180,641
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
16861,021,418rake
24771,574,086rspec
36540,210,286rack-test
44673,698,095yajl-ruby
83641,935,719resque
96034,448,495mock_redis

Owners

#GravatarHandle
1iconryansch