ramitkataria commented on code in PR #55088:
URL: https://github.com/apache/airflow/pull/55088#discussion_r2356852450
##########
airflow-core/docs/howto/deadline-alerts.rst:
##########
@@ -72,13 +72,16 @@ Below is an example Dag implementation. If the Dag has not
finished 15 minutes a
):
EmptyOperator(task_id="example_task")
-The timeline for this example would look like this:
+If the calculated historical average was 30 minutes, the timeline for this
example would look like this:
Review Comment:
The example right above uses DeadlineReference.DAGRUN_QUEUED_AT so it seems
like this was added here instead of further down accidentally?
--
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]