Categories: None [Edit]
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,671 of 183,107
Downloads: 259,924
Daily
Ranking: 6,884 of 183,092
Downloads: 232
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,407,087,911 | bundler |
10 | 953,844,246 | rake |
19 | 895,194,587 | minitest |
145 | 245,551,586 | sidekiq |
627 | 68,424,665 | mocha |
977 | 38,278,537 | mock_redis |
1,625 | 15,838,097 | codeclimate-test-reporter |
Owners
# | Gravatar | Handle |
---|---|---|
1 | Nuck |