ferruzzi commented on code in PR #51638:
URL: https://github.com/apache/airflow/pull/51638#discussion_r2153251765
##########
airflow-core/src/airflow/models/dag.py:
##########
@@ -1613,6 +1623,22 @@ def create_dagrun(
session=session,
)
+ if dag_deadline := self.get_dagrun_creation_deadlines():
+ Deadline.add_deadline(
Review Comment:
Doing this means passing session into `_set_dagrun_queued_deadline` which
loops back to the issue I have above
(https://github.com/apache/airflow/pull/51638#discussion_r2143136539) where
that starts messing with other tests... :thinking: hmm.
--
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]