[
https://issues.apache.org/jira/browse/AIRFLOW-5714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chao-Han Tsai resolved AIRFLOW-5714.
------------------------------------
Fix Version/s: 1.10.7
Resolution: Fixed
> Collect SLA miss emails only from tasks missed SLA
> --------------------------------------------------
>
> Key: AIRFLOW-5714
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5714
> Project: Apache Airflow
> Issue Type: Improvement
> Components: scheduler
> Affects Versions: 1.10.7
> Reporter: Chao-Han Tsai
> Assignee: Chao-Han Tsai
> Priority: Major
> Fix For: 1.10.7
>
>
> Currently when a task in the DAG missed the SLA, Airflow would traverse
> through all the tasks in the DAG and collect all the task-level emails. Then
> Airflow would send an SLA miss email to all those collected emails, which can
> add unnecessary noise to task owners that does not contribute to the SLA miss.
> Thus, changing the code to only collect emails from the tasks that missed the
> SLA.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)