You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/21 21:51:48 UTC

[GitHub] [airflow] wolfier commented on issue #21072: manage_sla firing notifications for the same sla miss instances repeatedly

wolfier commented on issue #21072:
URL: https://github.com/apache/airflow/issues/21072#issuecomment-1162402312

    In Airflow 2.2.4, the SLAs are managed in [processor.py](https://github.com/apache/airflow/blob/2.2.4/airflow/dag_processing/processor.py#L369).
   
   It begins from where the python file is processed by the DagFileProcessor. 
   
   ```
   process_file > execute_callbacks > manage_slas
   ```


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org