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,249 of 192,454
Downloads: 300,843

Daily

Ranking: 15,288 of 192,434
Downloads: 16

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,372,639,600bundler
81,304,391,570rake
141,202,275,148minitest
157313,226,452sidekiq
57289,847,697mocha
98050,154,454mock_redis
1,83617,674,680codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck