enova / sidekiq-rate-limiter

Redis-backed, per-worker rate limits for job processing.
http://rubygems.org/gems/sidekiq-rate-limiter
MIT License
192 stars 43 forks source link

Incompatibility with Sidekiq >= 6.1.0 #38

Closed anero closed 1 year ago

anero commented 3 years ago

Due to the refactoring in the Fetch API made in https://github.com/mperham/sidekiq/pull/4602 the gem is no longer compatible with latest Sidekiq versions.

anero commented 2 years ago

Submitted a new PR with a fix that also works with Sidekiq 6.5.0: https://github.com/enova/sidekiq-rate-limiter/pull/42

rnubel commented 1 year ago

Closing b/c #42 was merged. Thanks again!