Paul Zaczkieiwcz created AIRFLOW-1360:
-----------------------------------------
Summary: SLA miss goes to all emails in DAG
Key: AIRFLOW-1360
URL: https://issues.apache.org/jira/browse/AIRFLOW-1360
Project: Apache Airflow
Issue Type: Bug
Components: scheduler
Affects Versions: Airflow 1.8
Reporter: Paul Zaczkieiwcz
Let's say you have a 2-component DAG:
{code}
+---------------------+ +-------------------------+
| Task1 | | Task2 |
| sla=1 min | -> | sla=1 min |
| [email protected] | | [email protected] |
+---------------------+ +-------------------------+
{code}
The SLA miss email will always be sent to
{{\[[email protected],[email protected]\]}} even if Task1 finishes within the SLA.
This is important if you have a critical task with a page-worthy SLA and some
downstream tasks that are less important.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)