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,872 of 186,959
Downloads: 286,549

Daily

Ranking: 16,806 of 186,713
Downloads: 54

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,905,736,219bundler
101,128,098,871rake
161,055,026,805minitest
154280,170,903sidekiq
65078,210,895mocha
99544,233,260mock_redis
1,74416,711,876codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck