Alexandr Nikitin created AIRFLOW-258:
----------------------------------------
Summary: Always load plugin executors
Key: AIRFLOW-258
URL: https://issues.apache.org/jira/browse/AIRFLOW-258
Project: Apache Airflow
Issue Type: Improvement
Components: plugins
Reporter: Alexandr Nikitin
At the moment we load plugin executors only when the specified `EXECUTOR` field
in config isn't from existing executors: 'LocalExecutor', 'CeleryExecutor',
'SequentialExecutor', 'MesosExecutor'.
If the default executor belongs to existing executors we won't load plugins
executors at all. This breaks if the plugin executor used in SubDAG.
We should load plugin executors always.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)