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,896 of 184,991
Downloads: 2,307,716
Daily
Ranking: 4,619 of 184,981
Downloads: 438
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
21,259 | 67,114 | ar-resque-counter-cache |
41,362 | 26,773 | varnish_sweeper |
73,068 | 12,182 | lifesaver |
106,562 | 6,556 | multi_worker |
132,727 | 4,302 | fury-bug |
Owners
# | Gravatar | Handle |
---|---|---|
1 | meatballhat | |
2 | jayniz |