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 (38KB)
  2. 1.8.0 April 15, 2023 (38KB)
  3. 1.7.6 August 06, 2021 (38KB)
  4. 1.7.5 August 06, 2021 (37.5KB)
  5. 1.7.4 October 09, 2020 (37KB)
  6. 0.0.1 April 27, 2010 (12KB)
全てのバージョンを表示(全33件)

Runtime依存関係 (1):

resque ~> 1.8.0

Development依存関係 (3):

turn >= 0
yard >= 0

所有者:

作者:

  • Luke Antins, Ryan Carver

SHA 256チェックサム:

=

累計ダウンロード数 12,806,765

このバージョンのみ 3,588

このバージョンがリリースされたのは:

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: