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,634 of 180,518
Downloads: 236,097

Daily

Ranking: 7,549 of 180,507
Downloads: 161

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,084,411,274bundler
16856,302,234rake
20803,124,102minitest
143222,715,843sidekiq
61661,086,366mocha
95934,277,470mock_redis
1,52415,358,276codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck