github-actions[bot] opened a new pull request, #58816:
URL: https://github.com/apache/airflow/pull/58816
The duration was calculated using timedelta.seconds which,
returns only the seconds component, not the total duration.
This caused backfills lasting more than a day to show incorrect durations.
Changed to use total_seconds() which correctly returns the full duration.
(cherry picked from commit acfcba15c8452fd4aad7ae85bc811df127252162)
Co-authored-by: Ephraim Anierobi <[email protected]>
--
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]