|
Recently I have my airflow upgraded from 1.10.10 to 1.10.12 and find my dags are scheduled much slower than before. One of my dag is as follows(attachment) and it has 400 Tasks of DummyOperator. It took only 4+mins with 1.10.10 while it took more than 16mins with 1.10.12. Can someone tell me what the problem may be?I tried to compare the code diff between these two versions with https://github.com/apache/airflow/compare/1.10.10...1.10.12 and failed to draw a conclusion. |
Answered by
doowhtron
Nov 25, 2020
Replies: 2 comments 1 reply
|
@doowhtron can you tell us more about your deployment? |
1 reply
|
Problem solved by upgrading to 1.10.13 |
0 replies
Answer selected by
doowhtron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Problem solved by upgrading to 1.10.13
#11010