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,819 of 186,833
Downloads: 4,903
Daily
Ranking: 111,930 of 186,696
Downloads: 2
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 |
---|---|---|
101 | 407,305,016 | hashie |
223 | 191,496,548 | yard |
934 | 47,979,089 | resque |
1,276 | 31,973,455 | resque-scheduler |
3,445 | 3,348,014 | turn |
Owners
# | Gravatar | Handle |
---|---|---|
1 | lant |