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,883 of 183,471
Downloads: 2,170,868
Daily
Ranking: 5,171 of 183,459
Downloads: 252
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
20,921 | 66,580 | ar-resque-counter-cache |
40,893 | 26,502 | varnish_sweeper |
72,574 | 12,030 | lifesaver |
105,938 | 6,471 | multi_worker |
131,999 | 4,245 | fury-bug |
Owners
# | Gravatar | Handle |
---|---|---|
1 | jayniz | |
2 | meatballhat |