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: 124,836 of 190,365
Downloads: 5,276
Daily
Ranking: 113,104 of 190,317
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 |
|---|---|---|
| 104 | 441,986,718 | hashie |
| 227 | 209,797,469 | yard |
| 943 | 51,088,020 | resque |
| 1,300 | 33,872,941 | resque-scheduler |
| 3,559 | 3,437,479 | turn |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | lant |