RubyGems Navigation menu

resque-retry 0.0.1

A resque plugin; provides retry, delay and exponential backoff support for resque jobs. Retry Example: require 'resque-retry' class DeliverWebHook extend Resque::Plugins::Retry def self.perform(url, hook_id, hmac_key) heavy_lifting end end Exponential Backoff Example: class DeliverSMS extend Resque::Plugins::ExponentialBackoff def self.perform(mobile_number, message) heavy_lifting end end

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.8.1 - June 25, 2023 (38 KB)
  2. 1.8.0 - April 15, 2023 (38 KB)
  3. 1.7.6 - August 06, 2021 (38 KB)
  4. 1.7.5 - August 06, 2021 (37.5 KB)
  5. 1.7.4 - October 09, 2020 (37 KB)
  6. 0.0.1 - April 27, 2010 (12 KB)
Show all versions (33 total)

Runtime Dependencies (1):

resque ~> 1.8.0

Development Dependencies (3):

turn >= 0
yard >= 0

Owners:

Authors:

  • Luke Antins, Ryan Carver

SHA 256 checksum:

3ca23d6579387e4ad93d61851839dc7b5f173bcdb29e7282435969bce87f05fd

Total downloads 11,167,481

For this version 3,416

Licenses:

N/A

Required Ruby Version: None

Links: