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,899 of 196,721
Downloads: 3,087,088
Daily
Ranking: 4,008 of 196,694
Downloads: 895
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 22,940 | 71,914 | ar-resque-counter-cache |
| 43,927 | 28,823 | varnish_sweeper |
| 76,213 | 13,312 | lifesaver |
| 106,244 | 7,806 | multi_worker |
| 136,172 | 4,830 | fury-bug |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | meatballhat | |
| 2 | jayniz |