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.
プロジェクトの要件に Django セロリを使用しています。単一のワーカーを使用する 2 つのキューのマルチプロセッシングを行うにはどうすればよいですか? あるキューが他のキューのタスクが完了するのを待たないようにしたい。
ご意見をお聞かせください
concurrency of を使用しないのはなぜ>1ですか? そのようです:
>1
celeryd -c 5
これにより、並行して処理できる 5 つのプロセスを持つワーカーが開始されます。