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,812 of 188,299
Downloads: 5,163
Daily
Ranking: 93,116 of 188,294
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 | 425,000,110 | hashie |
| 225 | 200,918,624 | yard |
| 936 | 49,647,440 | resque |
| 1,288 | 32,943,847 | resque-scheduler |
| 3,495 | 3,408,607 | turn |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | lant |