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,872 of 186,959
Downloads: 286,549
Daily
Ranking: 16,806 of 186,713
Downloads: 54
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,905,736,219 | bundler |
10 | 1,128,098,871 | rake |
16 | 1,055,026,805 | minitest |
154 | 280,170,903 | sidekiq |
650 | 78,210,895 | mocha |
995 | 44,233,260 | mock_redis |
1,744 | 16,711,876 | codeclimate-test-reporter |
Owners
# | Gravatar | Handle |
---|---|---|
1 | Nuck |