Categories: None [Edit]
resque-lock
A Resque plugin. If you want only one instance of your job
queued at a time, extend it with this module.
For example:
class UpdateNetworkGraph
extend Resque::Jobs::Locked
def self.perform(repo_id)
heavy_lifting
end
end
Total
Ranking: 4,986 of 183,139
Downloads: 1,132,184
Daily
Ranking: 5,506 of 183,127
Downloads: 223
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
20,468 | 68,292 | activejob-lock |
51,847 | 19,135 | spree_batch_capture |
79,909 | 10,383 | km-db |
145,623 | 3,557 | resque-single |
Depends on
Rank | Downloads | Name |
---|
Owners
# | Gravatar | Handle |
---|---|---|
1 | defunkt |