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,888 of 191,483
Downloads: 5,302
Daily
Ranking: 101,581 of 191,454
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 |
|---|---|---|
| 104 | 446,341,904 | hashie |
| 227 | 212,397,555 | yard |
| 943 | 51,517,779 | resque |
| 1,298 | 34,164,559 | resque-scheduler |
| 3,579 | 3,445,097 | turn |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | lant |