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: 122,480 of 180,616
Downloads: 4,590

Daily

Ranking: 92,738 of 180,599
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
99316,218,736hashie
222143,043,845yard
83541,908,033resque
1,08127,889,194resque-scheduler
3,1233,161,705turn

Owners

#GravatarHandle
1iconlant