Skip to content

Commit

Permalink
Update best-practices.rst (#22053)
Browse files Browse the repository at this point in the history
  • Loading branch information
NivekNey authored Mar 7, 2022
1 parent 6db9b00 commit 3f18ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/best-practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ want to optimize your DAGs there are the following actions you can take:

* Make your DAG generate simpler structure. Every task dependency adds additional processing overhead for
scheduling and execution. The DAG that has simple linear structure ``A -> B -> C`` will experience
less delays in task scheduling that DAG that has a deeply nested tree structure with exponentially growing
less delays in task scheduling than DAG that has a deeply nested tree structure with exponentially growing
number of depending tasks for example. If you can make your DAGs more linear - where at single point in
execution there are as few potential candidates to run among the tasks, this will likely improve overall
scheduling performance.
Expand Down

0 comments on commit 3f18ffc

Please sign in to comment.