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,964 of 187,591
Downloads: 290,542

Daily

Ranking: 13,804 of 187,571
Downloads: 40

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,011,203,451bundler
101,165,649,814rake
151,089,701,321minitest
157287,904,926sidekiq
63080,690,828mocha
99845,498,661mock_redis
1,75716,943,725codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck