External Celery workers #886
Replies: 1 comment
-
It seems that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I want to deploy Airflow chart with a CeleryExecutor, but have
workers.enabled: false
. The reason for that is my workers cannot currently run in the Kubernetes environment, so I want to expose the broker and connect my external workers to it.When I try to set
workers.enabled: false
, validation tells me:Is there a way to deploy the chart with CeleryExecutor and no workers, and then dynamically connect workers when they become available?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions