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,913 of 187,960
Downloads: 2,564,825
Daily
Ranking: 3,091 of 187,950
Downloads: 2,281
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 21,759 | 69,673 | ar-resque-counter-cache |
| 42,173 | 27,880 | varnish_sweeper |
| 74,225 | 12,735 | lifesaver |
| 105,790 | 7,175 | multi_worker |
| 133,084 | 4,594 | fury-bug |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | meatballhat | |
| 2 | jayniz |