potiuk commented on code in PR #29909:
URL: https://github.com/apache/airflow/pull/29909#discussion_r1138308750
##########
airflow/timetables/base.py:
##########
@@ -135,6 +135,15 @@ class Timetable(Protocol):
This should be a list of field names on the DAG run object.
"""
+ active_runs_limit: int | None = None
+ """Override the max_active_runs parameter of any DAGs using this timetable.
+
+ This is called during DAG initializing, and will set the max_active_runs
if
Review Comment:
```suggestion
This is called during DAG initializing, and will set the max_active_runs
if
```
--
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]