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,923 of 188,219
Downloads: 2,584,559
Daily
Ranking: 3,379 of 188,199
Downloads: 1,992
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 21,817 | 69,871 | ar-resque-counter-cache |
| 42,274 | 27,953 | varnish_sweeper |
| 74,225 | 12,810 | lifesaver |
| 105,729 | 7,233 | multi_worker |
| 133,127 | 4,623 | fury-bug |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | meatballhat | |
| 2 | jayniz |