Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
python-rq を試していますが、明示的にキューに優先順位を付ける方法がわかりません。
優先順位は、ワーカーが起動されたときに定義された順序に基づいていますか?
rqworker queueA queueB queueC
queueA は、queueB および queueC と比較して優先されますか?
あなたが正しいです。
引数queueA、queueB、の順序によってqueueC優先度が定義されます。
queueA
queueB
queueC
詳細 - http://python-rq.org/docs/workers/