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

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

Commit fe2334fb0acbf1cfd5a8fb6986d1a573855f800a in airflow's branch 
refs/heads/master from Tomek
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=fe2334f ]

[AIRFLOW-6181] Add InProcessExecutor (#6740)

Adds new executor that is meant to be used mainly
for debugging and DAG development purposes. This
executor executes single task instance at time and
is able to work with SQLLite and sensors.

> 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
>
> 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)

Reply via email to