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


##########
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:
   See the original commit (referenced in the first message). This is used by 
[ContinuousTimetable](https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/timetables/simple/index.html#airflow.timetables.simple.ContinuousTimetable);
 not very prominently documented but a working feature. (People already using 
the timetable probably haven’t noticed anything broke since this check only 
_makes sure_ you set `max_active_runs=1`.)



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