Lee-W commented on code in PR #64571:
URL: https://github.com/apache/airflow/pull/64571#discussion_r3354310952
##########
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:
The per-tick cost is the lock-hold plus the per-row AssetEvent query inside
one transaction, not the row insert — so a bound is still worth keeping, but as
an internal safety constant rather than a knob operators can't meaningfully
set. we can make it configurable if someone asks for it
--
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]