You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/31 10:14:38 UTC

[GitHub] [airflow] birallex commented on issue #19959: Fully Configurable Queue based Executor

birallex commented on issue #19959:
URL: https://github.com/apache/airflow/issues/19959#issuecomment-1003334507


   This is a great idea, as it will make life much easier for those developers who use custom executors and still want to combine them. In my case, a modified `KubernetesExecutor` is used because of the platform where the airflow is used has limitations related to the creation of pods. It would be great to be able to combine it with another custom/built-in executor without any code rework, just using configuration. In the current version of aiflow using a custom `CeleryKubernetesExecutor` with my implementation of the patched `KubernetesExecutor` does not seem possible, but the proposed by @ac1997  solution can greatly simplify this process 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org