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,906 of 196,106
Downloads: 3,041,842
Daily
Ranking: 3,663 of 196,079
Downloads: 1,213
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 22,870 | 71,874 | ar-resque-counter-cache |
| 43,828 | 28,807 | varnish_sweeper |
| 76,079 | 13,301 | lifesaver |
| 106,245 | 7,777 | multi_worker |
| 135,825 | 4,827 | fury-bug |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | meatballhat | |
| 2 | jayniz |