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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.8.1 - June 25, 2023 (38.0 KB)
  2. 1.8.0 - April 15, 2023 (38.0 KB)
  3. 1.7.6 - August 06, 2021 (38.0 KB)
  4. 1.7.5 - August 06, 2021 (37.5 KB)
  5. 1.7.4 - October 09, 2020 (37.0 KB)
  6. 0.0.1 - April 27, 2010 (12.0 KB)
显示所有版本 (共 33 个)

Runtime 依赖 (1):

resque ~> 1.8.0

Development 依赖 (3):

turn >= 0
yard >= 0

业主:

作者:

  • Luke Antins, Ryan Carver

SHA 256 校验和:

3ca23d6579387e4ad93d61851839dc7b5f173bcdb29e7282435969bce87f05fd

下载总量 11,199,066

这个版本 3,421

许可:

需要的 Ruby 版本:

链接: