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

Support for Sidekiq-Pro pausing #20

Closed azach closed 8 years ago

azach commented 8 years ago

Sidekiq Pro allows for pausing of queues, but it seems like this functionality is dependent on using reliable_fetch, which is overridden by this gem. Might be worth either adding support for pausing or documenting the incompatibility with the pause feature.

azach commented 8 years ago

It turns out sidekiq-pro no longer relies on reliable fetch for pausing as of 3.0.4, so this is not an issue.