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,725 of 187,603
Downloads: 5,093

Daily

Ranking: 71,873 of 187,591
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
102418,073,311hashie
224197,213,146yard
93648,960,929resque
1,28532,568,631resque-scheduler
3,4793,384,698turn

Owners

#GravatarHandle
1iconlant