kaxil commented on issue #5079: [AIRFLOW-4285] Update task dependency context defination and usage URL: https://github.com/apache/airflow/pull/5079#issuecomment-562131830 Well, this also happens if you have just had a few tasks (you can use the existing `example_bash_operator.py` file) and run with the following settings with **LocalExecutor:** ``` AIRFLOW__CORE__DAG_CONCURRECY=1 AIRFLOW__CORE__MAX_ACTIVE_RUNS_PER_DAG=1 AIRFLOW__CORE__PARALLELISM=1 airflow scheduler ``` And you can reproduce the error in 15 seconds!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
