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,944 of 190,365
Downloads: 2,695,175
Daily
Ranking: 3,021 of 190,317
Downloads: 3,323
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 22,079 | 70,478 | ar-resque-counter-cache |
| 42,751 | 28,167 | varnish_sweeper |
| 74,782 | 12,941 | lifesaver |
| 105,352 | 7,451 | multi_worker |
| 133,548 | 4,693 | fury-bug |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | meatballhat | |
| 2 | jayniz |