enova / sidekiq-rate-limiter

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

Fix error running specs with Sidekiq 3 (Sidekiq::Queue unknown). #8

Closed sentience closed 10 years ago

sentience commented 10 years ago

I’ve tested this with Sidekiq 3.1.2 and it seems to work great. You’ll note that all I’ve done is add a require to fetch_spec.rb. I could have sworn there were additional incompatibilities, but at this point I can’t reproduce them.

sentience commented 10 years ago

Also tested with Sidekiq 2.17.7 and 3.0.2.

sentience commented 10 years ago

Fixes #3.

bwthomas commented 10 years ago

This is fantastic. Thanks again man!