Multiple Worker each with different queue #773
Unanswered
MR-GOYAL
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
Thanks for this chart.
I have a requirement where i have to to use CeleryKubernetesExecutor with multiple worker and each worker with different queue.
I am using chart 8.3.2 and there is no properties for this. Do i have to manually change it into the worker-statefulset.yaml. If so where i have to do this?
Example i want to create 2 worker with
worker 1 , queue = batch
worker 2, queue = streaming
As per i can see , line no 154
exec airflow celery workerhas to be changed to
exec airflow celery worker -q batchCorrect if if i am wrong.
Beta Was this translation helpful? Give feedback.
All reactions