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: 123,791 of 183,107
Downloads: 4,689
Daily
Ranking: 86,038 of 183,092
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 |
---|---|---|
96 | 351,394,648 | hashie |
224 | 158,681,269 | yard |
874 | 44,213,537 | resque |
1,150 | 29,500,522 | resque-scheduler |
3,249 | 3,234,081 | turn |
Owners
# | Gravatar | Handle |
---|---|---|
1 | lant |