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,878 of 183,092
Downloads: 2,136,262
Daily
Ranking: 3,234 of 183,073
Downloads: 1,993
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
20,844 | 66,401 | ar-resque-counter-cache |
40,758 | 26,426 | varnish_sweeper |
72,470 | 11,981 | lifesaver |
105,781 | 6,445 | multi_worker |
131,783 | 4,229 | fury-bug |
Owners
# | Gravatar | Handle |
---|---|---|
1 | meatballhat | |
2 | jayniz |