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,138 of 189,968
Downloads: 296,536

Daily

Ranking: 8,888 of 189,933
Downloads: 159

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,223,052,755bundler
81,249,142,844rake
141,158,882,510minitest
157303,258,682sidekiq
59586,092,695mocha
99548,135,533mock_redis
1,81917,343,357codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck