KoviAnusha commented on code in PR #56922:
URL: https://github.com/apache/airflow/pull/56922#discussion_r2446760702
##########
task-sdk/src/airflow/sdk/definitions/dag.py:
##########
@@ -533,6 +533,13 @@ def __attrs_post_init__(self):
RemovedInAirflow4Warning,
stacklevel=2,
)
+ if (
+ active_runs_limit := self.timetable.active_runs_limit
Review Comment:
@uranusjr, could you please explain the use of this? Also, is the
explanation of this logic documented somewhere?
--
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]