RubyGems Navigation menu

resque-exponential-backoff 0.1.1

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

Gemfile:
=

安装:
=

版本列表:

  1. 0.1.1 - April 22, 2010 (7.5 KB)

Runtime 依赖 (3):

hashie ~> 0.2.0
resque ~> 1.8.0
resque-scheduler ~> 1.8.0

Development 依赖 (2):

turn >= 0
yard >= 0

业主:

作者:

  • Luke Antins

SHA 256 校验和:

=

下载总量 4,667

这个版本 4,667

版本发布:

许可:

需要的 Ruby 版本:

链接: