You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Alexandr Nikitin (JIRA)" <ji...@apache.org> on 2016/06/20 11:38:05 UTC

[jira] [Created] (AIRFLOW-258) Always load plugin executors

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)