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,791 of 188,354
Downloads: 5,170
Daily
Ranking: 52,690 of 188,339
Downloads: 4
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,591,557 | hashie |
| 225 | 201,274,355 | yard |
| 935 | 49,710,550 | resque |
| 1,289 | 32,974,963 | resque-scheduler |
| 3,496 | 3,412,604 | turn |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | lant |