Celery tasks registering in multiple queues

廉价感情. 提交于 2021-02-10 05:09:33

问题


I am using celery in Django (1.9) with RabbitMQ server. I have four different queues and I am registering a task in one of these four queues.

The issue is all my tasks are registered in all four queue. Like I have a task named add and have four queues A, B, C and D. Ideally task should be registered in only A queue (As I registered) But It is showing in all four queues.

could not rectify what is the actual issue. Please help.

来源:https://stackoverflow.com/questions/50203203/celery-tasks-registering-in-multiple-queues

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!