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,933 of 191,633
Downloads: 2,744,214
Daily
Ranking: 6,470 of 191,606
Downloads: 172
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 22,150 | 70,710 | ar-resque-counter-cache |
| 42,880 | 28,252 | varnish_sweeper |
| 74,909 | 12,992 | lifesaver |
| 105,528 | 7,483 | multi_worker |
| 133,749 | 4,717 | fury-bug |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | meatballhat | |
| 2 | jayniz |