You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chao-Han Tsai (Jira)" <ji...@apache.org> on 2019/10/22 18:39:00 UTC

[jira] [Resolved] (AIRFLOW-5714) Collect SLA miss emails only from tasks missed SLA

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