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,790 of 187,239
Downloads: 5,035
Daily
Ranking: 93,924 of 187,224
Downloads: 3
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 |
---|---|---|
102 | 414,388,492 | hashie |
224 | 195,227,615 | yard |
935 | 48,630,303 | resque |
1,281 | 32,376,487 | resque-scheduler |
3,468 | 3,370,823 | turn |
Owners
# | Gravatar | Handle |
---|---|---|
1 | lant |