Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AIRFLOW-5714] Collect SLA miss emails only from tasks missed SLA #6384

Merged
merged 2 commits into from
Oct 22, 2019

Commits on Oct 22, 2019

  1. [AIRFLOW-5714] Collect SLA miss emails only from tasks missed the SLA

    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.
    milton0825 committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    104927f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f04be2 View commit details
    Browse the repository at this point in the history