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,893 of 184,814
Downloads: 2,288,302
Daily
Ranking: 3,143 of 184,790
Downloads: 2,124
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
21,223 | 67,067 | ar-resque-counter-cache |
41,310 | 26,752 | varnish_sweeper |
73,022 | 12,166 | lifesaver |
106,478 | 6,552 | multi_worker |
132,660 | 4,297 | fury-bug |
Owners
# | Gravatar | Handle |
---|---|---|
1 | meatballhat | |
2 | jayniz |