-
Hi! We can send If I'm understanding correctly Celery uses this name to route tasks and though we can send Or there is another way to configure tasks routing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello. You can add a tag to your ops to specify the celery queue that will be used to dispatch the ops on celery workers :
and start your celery workers with the -q flag
Hope it helps, |
Beta Was this translation helpful? Give feedback.
Hello.
You can add a tag to your ops to specify the celery queue that will be used to dispatch the ops on celery workers :
and start your celery workers with the -q flag
for example with docker compose :
Hope it helps,