RubyGems Navigation menu

sidekiq-debounce 1.0.2

Sidekiq::Debounce provides a way to rate-limit creation of Sidekiq jobs. When you create a job on a Worker with debounce enabled, Sidekiq::Debounce will delay the job until the debounce period has elapsed with no additional debounce calls. If you make another job with the same arguments before the specified time has elapsed, the timer is reset and the entire period must pass again before the job is executed.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.1.0 - September 20, 2016 (9.5KB)
  2. 1.0.2 - August 09, 2015 (9.5KB)
  3. 1.0.1 - June 13, 2015 (9.5KB)
  4. 1.0.0 - April 21, 2015 (9.5KB)

Runtime依存関係 (1):

sidekiq >= 3.1.0

Development依存関係 (5):

bundler ~> 1.6
mocha >= 0
mock_redis >= 0
rake ~> 10.0

所有者:

作者:

  • Peter Lejeck

SHA 256チェックサム:

3ce1988eb7e4379cf24d7a2ebf08266e636d0afd324f75118fddda0432de80ed

累計ダウンロード数 240,612

このバージョンのみ 56,517

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: