daniel-dylag-openx commented on code in PR #34021:
URL: https://github.com/apache/airflow/pull/34021#discussion_r1313358099
##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1465,11 +1472,9 @@ def _schedule_dag_run(
return callback
# TODO[HA]: Rename update_state -> schedule_dag_run, ?? something else?
schedulable_tis, callback_to_run =
dag_run.update_state(session=session, execute_callbacks=False)
- # Check if DAG not scheduled then skip interval calculation to same
scheduler runtime
- if dag_run.state in State.finished_dr_states:
Review Comment:
this part was pulled into `_should_update_dag_next_dagruns`
--
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]