You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/08 18:13:02 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #19173: Add Note to SLA regarding schedule_interval

jedcunningham commented on a change in pull request #19173:
URL: https://github.com/apache/airflow/pull/19173#discussion_r744976552



##########
File path: docs/apache-airflow/concepts/tasks.rst
##########
@@ -163,6 +163,10 @@ If you want to disable SLA checking entirely, you can set ``check_slas = False``
 
 To read more about configuring the emails, see :doc:`/howto/email-config`.
 
+.. note::
+
+    Only scheduled tasks will be checked against SLA. For example, manually triggered tasks will not invoke an SLA miss. For more information on ``schedule_interval`` values see :doc:`DAG Run </dag-run>`.
+

Review comment:
       I'm not sure this needs to be in `UPDATING.md`. Unless I'm mistaken, this just doesn't blow up and instead logs, whereas 2.1.4 is simply silent about it? This isn't a change in behavior.




-- 
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-unsubscribe@airflow.apache.org

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