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,888 of 191,483
Downloads: 5,302

Daily

Ranking: 101,581 of 191,454
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
104446,341,904hashie
227212,397,555yard
94351,517,779resque
1,29834,164,559resque-scheduler
3,5793,445,097turn

Owners

#GravatarHandle
1iconlant