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: 10,506 of 195,789
Downloads: 307,827

Daily

Ranking: 20,326 of 195,762
Downloads: 27

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,633,272,855bundler
81,385,215,595rake
141,272,548,369minitest
157329,821,323sidekiq
55095,397,125mocha
95753,747,590mock_redis
1,85918,196,830codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck