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,655 of 183,471
Downloads: 263,722

Daily

Ranking: 5,916 of 183,459
Downloads: 166

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,455,829,279bundler
10968,905,115rake
19910,051,170minitest
148248,856,857sidekiq
63169,307,525mocha
98538,892,660mock_redis
1,63715,908,378codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck