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: 5,238 of 186,715
Downloads: 1,204,450
Daily
Ranking: 7,880 of 186,700
Downloads: 195
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|---|---|
21,496 | 68,585 | activejob-lock |
53,043 | 19,693 | spree_batch_capture |
81,040 | 10,758 | km-db |
146,956 | 3,704 | resque-single |
Depends on
Rank | Downloads | Name |
---|
Owners
# | Gravatar | Handle |
---|---|---|
1 | defunkt |