kaxil commented on code in PR #59724:
URL: https://github.com/apache/airflow/pull/59724#discussion_r2644528341
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -1815,9 +1816,10 @@ def _create_dag_runs(self, dag_models:
Collection[DagModel], session: Session) -
# we need to set DagModel.next_dagrun_info if the DagRun already
exists or if we
# create a new one. This is so that in the next scheduling loop we
try to create new runs
# instead of falling in a loop of IntegrityError.
Review Comment:
This isn't true anymore with the changes.
--
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]