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

Strict Ordering Not Respected by Wildcards #4

Open adstage-david opened 10 years ago

adstage-david commented 10 years ago

Given queues a,b,c: it's implied that options like "-q b -q .star." should yield ["b", "a", "c"] as the queue order, but in fact, any list with a wildcard in it is always alphabetically sorted.