RubyGems.org

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

installgem install resque-exponential-backoff
Authors

Luke Antins

1,059 total downloads 1,059 for this version
Owners

E512eea7419e483dcabe608eb75699ad

Gemfile
gem "resque-exponential-backoff", "~> 0.1.1"
Versions
  1. 0.1.1 April 21, 2010
Development Dependencies
  1. turn >= 0
  2. yard >= 0