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,558 of 196,591
Downloads: 308,928

Daily

Ranking: 16,960 of 196,549
Downloads: 23

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,705,699,403bundler
81,404,597,349rake
141,289,494,518minitest
158334,073,622sidekiq
55096,796,390mocha
94954,641,916mock_redis
1,86818,298,515codeclimate-test-reporter

Owners

#GravatarHandle
1iconNuck