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,016 of 183,477
Downloads: 4,704
Daily
Ranking: 41,916 of 183,470
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 |
---|---|---|
96 | 357,077,109 | hashie |
224 | 160,939,746 | yard |
879 | 44,611,635 | resque |
1,157 | 29,739,930 | resque-scheduler |
3,269 | 3,244,223 | turn |
Owners
# | Gravatar | Handle |
---|---|---|
1 | lant |