ashb commented on code in PR #24366:
URL: https://github.com/apache/airflow/pull/24366#discussion_r894611528


##########
airflow/jobs/scheduler_job.py:
##########
@@ -1159,10 +1159,7 @@ def _schedule_dag_run(
                 msg='timed_out',
             )
 
-            # Send SLA & DAG Success/Failure Callbacks to be executed
-            self._send_dag_callbacks_to_processor(dag, callback_to_execute)

Review Comment:
   Whoops, didn't this end up with the callback being sent twice before too?



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to