RubyGems Navigation menu

sidekiq-debounce 1.1.0

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:
= Copier Copié!

installation:
=

Versions:

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

Dépendances de Runtime (1):

sidekiq >= 2.17

Dépendances de Development (6):

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

Propriétaires:

Auteurs:

  • Peter Lejeck

Total de contrôle SHA 256:

c9bd7d88950a5170f8047c93acbaec86565f48bf45d0c6df77f85bf67d200c03

Total de téléchargements 238 184

Pour cette version 177 432

License:

MIT

Version de Ruby requise: >= 0

Liens: