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,512 of 175,816
Downloads: 1,762,872
Daily
Ranking: 4,037 of 175,801
Downloads: 937
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
19,058 | 61,563 | ar-resque-counter-cache |
38,219 | 24,334 | varnish_sweeper |
70,020 | 10,819 | lifesaver |
102,741 | 5,814 | multi_worker |
128,548 | 3,818 | fury-bug |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jayniz | |
2 | meatballhat |