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,517 of 180,671
Downloads: 4,592

Daily

Ranking: 113,030 of 180,660
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
99316,863,146hashie
223143,347,690yard
83741,950,875resque
1,08227,922,813resque-scheduler
3,1233,163,642turn

Owners

#GravatarHandle
1iconlant