[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor

2019-12-11 Thread GitBox
nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor URL: https://github.com/apache/airflow/pull/6740#discussion_r356806438 ## File path: tests/executors/test_inprocess_executor.py ## @@ -0,0 +1,116 @@ +# Licensed to the Apache

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor

2019-12-09 Thread GitBox
nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor URL: https://github.com/apache/airflow/pull/6740#discussion_r355683312 ## File path: TESTING.rst ## @@ -276,3 +276,32 @@ your local sources to the ``/opt/airflow`` location of

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor

2019-12-09 Thread GitBox
nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor URL: https://github.com/apache/airflow/pull/6740#discussion_r355683312 ## File path: TESTING.rst ## @@ -276,3 +276,32 @@ your local sources to the ``/opt/airflow`` location of

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor

2019-12-06 Thread GitBox
nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor URL: https://github.com/apache/airflow/pull/6740#discussion_r354812890 ## File path: airflow/executors/executor_loader.py ## @@ -51,7 +52,7 @@ def get_default_executor(cls) ->

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor

2019-12-06 Thread GitBox
nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor URL: https://github.com/apache/airflow/pull/6740#discussion_r354812698 ## File path: airflow/models/taskinstance.py ## @@ -885,6 +887,12 @@ def _run_raw_task(

[GitHub] [airflow] nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor

2019-12-06 Thread GitBox
nuclearpinguin commented on a change in pull request #6740: [AIRFLOW-6181] Add InProcessExecutor URL: https://github.com/apache/airflow/pull/6740#discussion_r354802412 ## File path: airflow/executors/executor_loader.py ## @@ -51,7 +52,7 @@ def get_default_executor(cls) ->