Categories: None [Edit]
nogara-resque-lonely_job
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/lonely_job'
class StrictlySerialJob
extend Resque::Plugins::LonelyJob
@queue = :serial_work
def self.perform
# only one at a time in this block, no parallelism allowed for this
# particular queue
end
end
Total
Ranking: 139,284 of 189,933
Downloads: 4,359
Daily
Ranking: 147,652 of 189,920
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 8 | 1,248,043,640 | rake |
| 29 | 954,622,386 | rspec |
| 943 | 50,887,443 | resque |
| 996 | 48,088,019 | mock_redis |
| 2,950 | 5,589,103 | debugger |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | nogara |