Categories: None [Edit]
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: 3,904 of 186,698
Downloads: 2,465,057
Daily
Ranking: 7,712 of 186,685
Downloads: 56
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
21,558 | 68,191 | ar-resque-counter-cache |
41,767 | 27,221 | varnish_sweeper |
73,891 | 12,322 | lifesaver |
106,691 | 6,734 | multi_worker |
133,073 | 4,407 | fury-bug |
Owners
# | Gravatar | Handle |
---|---|---|
1 | meatballhat | |
2 | jayniz |