hyungryuk commented on issue #13542: URL: https://github.com/apache/airflow/issues/13542#issuecomment-950523692
I solved it!. I think my case is slightly different with this problem. In my case, tasks are stuck in scheduled state, and not turned into ququed or running state. I fixed this with "AIRFLOW__CORE__PARALLELISM" env variable. i've tried fix my dag's CONCURRENCY and MAX_ACTIBE_RUNS config values, but it dosen't help. change AIRFLOW__CORE__PARALLELISM env variable is helpful! -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
