potiuk commented on pull request #19729: URL: https://github.com/apache/airflow/pull/19729#issuecomment-980236187
This is where I am sure there will be a lot of discussion. That's why IMHO "MultiExecutor" needs to be separated to another PR and possibly discussed in more detail because exactly those questions you have should be answered first and maybe new ones will appear as well. For now (in this PR) "LocaKubernetes" executor should behave in similar way to "CeleryKubernetes" one - no "multi executor" yet - simply executor=LocalKubernetesExecutor should be set and about the only confgurable thing should be kubernetes queue. Similarly to: ``` [celery_kubernetes_executor] This section only applies if you are using the CeleryKubernetesExecutor in [core] section above kubernetes_queue Define when to send a task to KubernetesExecutor when using CeleryKubernetesExecutor. When the queue of a task is the value of kubernetes_queue (default kubernetes), the task is executed via KubernetesExecutor, otherwise via CeleryExecutor Type string Default kubernetes Environment Variable AIRFLOW__CELERY_KUBERNETES_EXECUTOR__KUBERNETES_QUEUE ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
