wr0ngway / sidekiq-dynamic-queues

A sidekiq plugin for specifying the queues a worker pulls from with wildcards, negations, or dynamic look up from redis
MIT License
17 stars 22 forks source link

Deprecation warning - registered_queues is deprecated #2

Closed adstage-david closed 10 years ago

adstage-david commented 10 years ago

The gem appears to work pretty well and is helping me refactor a lot - but getting this in my worker logs:

registered_queues is deprecated, please use Sidekiq::Queue.all

Sidekiq v2.17.6

wr0ngway commented 10 years ago

I'm no longer using sidekiq, so a PR to fix this would be appreciated

wr0ngway commented 10 years ago

Release 0.6.0 contains this