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,671 of 183,107
Downloads: 259,924

Daily

Ranking: 6,884 of 183,092
Downloads: 232

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,407,087,911bundler
10953,844,246rake
19895,194,587minitest
145245,551,586sidekiq
62768,424,665mocha
97738,278,537mock_redis
1,62515,838,097codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck