I am trying python-rq and I do not see how to explicitely give priorities to the queues?
Does the priority come from the order they are defined when the worker is launched?
rqworker queueA queueB queueC
queueA is prioritized compare to queueB and queueC ?
You are right.
The order of the arguments queueA
, queueB
, queueC
defines the priority.
For more details - http://python-rq.org/docs/workers/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With