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/02 22:50:11 UTC

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

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



##########
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:
       ```suggestion
       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>`.
   
   ```




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