You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "t oo (Jira)" <ji...@apache.org> on 2020/04/02 07:30:00 UTC

[jira] [Commented] (AIRFLOW-6157) Separate out executor protocol

    [ https://issues.apache.org/jira/browse/AIRFLOW-6157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17073448#comment-17073448 ] 

t oo commented on AIRFLOW-6157:
-------------------------------

use case "is there a way to set executor per task? ie I want all tasks (except task named abc) to use celeryexecutor/daskexecutor but I want task named abc to use local executor (due to firewall only opened from master)"

> Separate out executor protocol
> ------------------------------
>
>                 Key: AIRFLOW-6157
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6157
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.0.0
>            Reporter: Jarek Potiuk
>            Assignee: Jarek Potiuk
>            Priority: Major
>
> Some of the fields of executors are accessed directly in the main core. The protocol for executor can be extracted and used in all places where executors are used. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)