Categories: None [Edit]
resque-retry-on-lock
A Resque plugin. If you want only one instance of your job
running at a time, but want to re-enqueue rejected jobs,
extend it with this module.
For example:
class UpdateNetworkGraph
extend Resque::Jobs::RetryOnLocked
def self.perform(repo_id)
heavy_lifting
end
end
Total
Ranking: 99,504 of 187,753
Downloads: 8,017
Daily
Ranking: 72,141 of 187,724
Downloads: 1
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 | jonstorer |