Categories: None [Edit]
ealdent-resque-lock
A Resque plugin. If you want only one instance of your job
queued at a time, extend it with this module. This version
stores the timestamp in the lock.
For example:
class UpdateNetworkGraph
extend Resque::Jobs::Locked
def self.perform(repo_id)
heavy_lifting
end
end
Total
Ranking: 52,598 of 188,148
Downloads: 20,754
Daily
Ranking: 56,540 of 188,131
Downloads: 2
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 |
|---|
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | JasonMAdams |