uranusjr commented on code in PR #29909:
URL: https://github.com/apache/airflow/pull/29909#discussion_r1136558147


##########
airflow/timetables/base.py:
##########
@@ -135,6 +135,15 @@ class Timetable(Protocol):
     This should be a list of field names on the DAG run object.
     """
 
+    limit_active_runs: int | None = None

Review Comment:
   This name sounds like a boolean, perhaps `active_run_limit` would be better?



-- 
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]

Reply via email to