You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/01/21 23:05:00 UTC

[jira] [Commented] (AIRFLOW-6181) Add InProcessExecutor

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

ASF subversion and git services commented on AIRFLOW-6181:
----------------------------------------------------------

Commit a20958204b4281aa129119cebc5c5ff35867ac65 in airflow's branch refs/heads/v1-10-test from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=a209582 ]

fixup! [AIRFLOW-6181] Add InProcessExecutor (#6740)


> Add InProcessExecutor
> ---------------------
>
>                 Key: AIRFLOW-6181
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6181
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: executors
>    Affects Versions: 2.0.0, 1.10.7
>            Reporter: Tomasz Urbaszek
>            Priority: Major
>             Fix For: 1.10.8
>
>
> The InProcessExecutor is meant as a debug tool and can be used from IDE.
>  It is a single process executor that queues TaskInstances
>  and executes them by running _run_raw_task method.
> Due to it's nature the executor can be sued with SQL Lite database. When used
>  with sensors the executor will change sensor mode to reschedule to do not
>  block the execution of DAG.



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