Categories: None [Edit]

resque-exponential-backoff

https://rubygems.org/gems/resque-exponential-backoff
https://github.com/lantins/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

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101407,305,016hashie
223191,496,548yard
93447,979,089resque
1,27631,973,455resque-scheduler
3,4453,348,014turn

Owners

#GravatarHandle
1iconlant