ferruzzi commented on code in PR #53727: URL: https://github.com/apache/airflow/pull/53727#discussion_r2277101700
########## airflow-core/docs/core-concepts/dags.rst: ########## @@ -829,3 +829,40 @@ if it fails for ``N`` number of times consecutively. we can also provide and override these configuration from DAG argument: - ``max_consecutive_failed_dag_runs``: Overrides :ref:`config:core__max_consecutive_failed_dag_runs_per_dag`. + +Deadline Alerts +--------------- + +.. versionadded:: 3.1 + +Deadline Alerts allow you to set time thresholds for your DAG runs and automatically respond when those Review Comment: [That file](https://github.com/apache/airflow/blob/main/airflow-core/docs/core-concepts/dags.rst) uses DAG all over the place right now, maybe it's kind of a mess of DAG vs Dag. I'll fix my additions in this PR and maybe I can do another one quick for the other instances later. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
