kaxil commented on a change in pull request #19173:
URL: https://github.com/apache/airflow/pull/19173#discussion_r744681523
##########
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:
Also, I am not sure if we should actually restrict SLAs just for
scheduled DAG Runs. We can change SLA to work on "timedelta" from the start
date.
Thoughts @dstandish @jedcunningham @ashb @uranusjr ?
--
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]