You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/12/05 13:38:16 UTC

[GitHub] [airflow] kaxil commented on issue #5079: [AIRFLOW-4285] Update task dependency context defination and usage

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:
users@infra.apache.org


With regards,
Apache Git Services