vandonr-amz commented on code in PR #30612:
URL: https://github.com/apache/airflow/pull/30612#discussion_r1174224886
##########
airflow/config_templates/config.yml:
##########
@@ -2052,8 +2052,9 @@ celery:
Time in seconds after which adopted tasks which are queued in celery
are assumed to be stalled,
and are automatically rescheduled. This setting does the same thing as
``stalled_task_timeout`` but
applies specifically to adopted tasks only. When set to 0, the
``stalled_task_timeout`` setting
- also applies to adopted tasks. To calculate adoption time, subtract the
- :ref:`task duration<ui:task-duration>` from the task's :ref:`landing
time<ui:landing-times>`.
+ also applies to adopted tasks.
+ To calculate adoption time, add the
``dag.<dag_id>.<task_id>.scheduled_duration`` and
+ ``dag.<dag_id>.<task_id>.queued_duration`` metrics.
Review Comment:
did I get this right ?
--
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]