ashb commented on code in PR #64571:
URL: https://github.com/apache/airflow/pull/64571#discussion_r3343219882
##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -2649,6 +2649,17 @@ scheduler:
type: integer
default: "10"
see_also: ":ref:`scheduler:ha:tunables`"
+ max_partition_dag_runs_to_create_per_loop:
Review Comment:
What situation could realistically cause this to be a problem? I'm wary of
adding new scheduler tunables - we have loads already and it's nigh on
impossible to know what values to use.
Also isn't creating a dag run essentially free? (It's one db row, and tis
are created later by verify_integrity?)
--
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]