jedcunningham commented on code in PR #26089:
URL: https://github.com/apache/airflow/pull/26089#discussion_r959833069


##########
airflow/jobs/scheduler_job.py:
##########
@@ -1318,6 +1318,10 @@ def _send_sla_callbacks_to_processor(self, dag: DAG) -> 
None:
             self.log.debug("Skipping SLA check for %s because no tasks in DAG 
have SLAs", dag)
             return
 
+        if not dag.timetable.periodic:
+            self.log.debug("Skipping SLA check for %s because DAG is not 
scheduled", dag)

Review Comment:
   I've bumped this down to debug, otherwise it happened way too frequently.



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