Skip to content

Conversation

@github-actions
Copy link

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 acfcba1)

Co-authored-by: Ephraim Anierobi splendidzigy24@gmail.com

…58813)

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 acfcba1)

Co-authored-by: Ephraim Anierobi <splendidzigy24@gmail.com>
@boring-cyborg boring-cyborg bot added area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. labels Nov 28, 2025
@pierrejeambrun pierrejeambrun marked this pull request as ready for review November 28, 2025 17:00
@potiuk potiuk merged commit 053aec8 into v3-1-test Nov 28, 2025
83 checks passed
@potiuk potiuk deleted the backport-acfcba1-v3-1-test branch November 28, 2025 18:13
@ephraimbuddy ephraimbuddy added the type:bug-fix Changelog: Bug Fixes label Dec 1, 2025
@ephraimbuddy ephraimbuddy added this to the Airflow 3.1.4 milestone Dec 2, 2025
ephraimbuddy added a commit that referenced this pull request Dec 3, 2025
…58813) (#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 acfcba1)

Co-authored-by: Ephraim Anierobi <splendidzigy24@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants