Airflow architecture document of 2.0.0 #13363
Answered
by
potiuk
lixiaoyong12
asked this question in
Q&A
-
Where can I view the architecture design document of 2.0.0? |
Beta Was this translation helpful? Give feedback.
Answered by
potiuk
Dec 29, 2020
Replies: 1 comment 1 reply
-
It's in the least expected place: http://airflow.apache.org/docs/apache-airflow/stable/start.html#basic-airflow-architecture Yes, Performance of scheduler in 2.0 had improved a lot when it comes to speed of scheduling (but not the speed of executing tasks). You can read more about the new scheduler implementation here: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=103092651 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
potiuk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's in the least expected place: http://airflow.apache.org/docs/apache-airflow/stable/start.html#basic-airflow-architecture
Yes, Performance of scheduler in 2.0 had improved a lot when it comes to speed of scheduling (but not the speed of executing tasks). You can read more about the new scheduler implementation here: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=103092651