Categories: None [Edit]

sidekiq-debounce

https://rubygems.org/gems/sidekiq-debounce
https://github.com/hummingbird-me/sidekiq-debounce
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.

Total

Ranking: 9,626 of 180,418
Downloads: 235,016

Daily

Ranking: 10,000 of 180,402
Downloads: 108

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,070,092,981bundler
16851,882,598rake
20799,110,544minitest
142221,646,223sidekiq
61660,862,376mocha
95934,108,262mock_redis
1,52115,333,376codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck