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,006 of 187,960
Downloads: 291,416

Daily

Ranking: 14,057 of 187,950
Downloads: 54

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,046,650,903bundler
101,177,763,422rake
151,101,661,048minitest
157290,635,414sidekiq
62581,599,732mocha
99745,934,397mock_redis
1,76717,004,512codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck