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,933 of 187,178
Downloads: 288,945

Daily

Ranking: 8,043 of 187,161
Downloads: 203

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,967,288,462bundler
101,149,993,357rake
161,074,875,078minitest
156284,753,107sidekiq
64079,663,433mocha
99644,983,815mock_redis
1,75316,874,219codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck