Subham-KRLX commented on issue #63573: URL: https://github.com/apache/airflow/issues/63573#issuecomment-4062950408
@tirkarthi Great investigation! You're right that the backend holds onto the previous try's duration. A clean way to fix this without changing backend logic is to dynamically calculate the duration in the UI for running tasks. I'll put up a PR that updates TaskInstanceTooltip.tsx to use the getDuration utility for live calculation when the state is running or deferred. -- 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]
