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 checksum:

3ca23d6579387e4ad93d61851839dc7b5f173bcdb29e7282435969bce87f05fd

總下載次數 11,195,598

這個版本 3,421

License:

Ruby 版本需求:

相關連結: