Categories: None [Edit]
resque-exponential-backoff
A resque plugin that adds retry/exponential backoff functionality to your
resque jobs.
Simply extend your module/class with this module:
require 'resque-exponential-backoff'
class DeliverWebHook
extend Resque::Plugins::ExponentialBackoff
def self.perform(url, hook_id, hmac_key)
heavy_lifting
end
end
Total
Ranking: 125,652 of 193,214
Downloads: 5,365
Daily
Ranking: 129,210 of 193,188
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 |
|---|---|---|
| 103 | 459,332,594 | hashie |
| 227 | 221,344,959 | yard |
| 944 | 52,688,167 | resque |
| 1,305 | 34,918,033 | resque-scheduler |
| 3,617 | 3,472,081 | turn |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | lant |