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,902 of 186,947
Downloads: 2,493,647
Daily
Ranking: 5,234 of 186,938
Downloads: 343
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
21,602 | 68,641 | ar-resque-counter-cache |
41,867 | 27,450 | varnish_sweeper |
73,923 | 12,481 | lifesaver |
106,430 | 6,869 | multi_worker |
133,109 | 4,463 | fury-bug |
Owners
# | Gravatar | Handle |
---|---|---|
1 | meatballhat | |
2 | jayniz |