eladkal commented on code in PR #29511:
URL: https://github.com/apache/airflow/pull/29511#discussion_r1104845329


##########
docs/apache-airflow/ui.rst:
##########
@@ -160,6 +160,22 @@ DAG over many runs.
 
 ------------
 
+Landing Times
+.............
+Airflow landing times are calculated from the task's scheduled time to 
+the time the task finishes, either with success or another state (see 
+:ref:`concepts:task-instances`).  When subtracting the task duration 
+(above) from the landing time you will find the adoption time.  If the 
+adoption time exceeds the 
+:ref:`task adoption timeout <config:celery__task_adoption_timeout>` 
+then the task will be terminated and, if applicable, rescheduled.

Review Comment:
   BTW if this is executor specific calculation I wonder if it may be a better 
fit as tool tip in the dashboard where we can also raise the relevant tool tip 
for the relevant executor? (Not sure if this playes nicely with AIP-51 cc 
@o-nikolas ) but this feels more like one of the cases where information should 
be provided on the UI when user is actually viewing the metric?



-- 
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]

Reply via email to