Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix task duration cumulative chart #26717

Merged

Conversation

dstandish
Copy link
Contributor

@dstandish dstandish commented Sep 27, 2022

Previously the chart could go down, which should not happen for a cumulative chart. We fix that here.

ALSO we add task fail duration to the non-cumulative

Before, it was only added to cumulative.

After fix

image

Before fix

image

@boring-cyborg boring-cyborg bot added the area:webserver Webserver related Issues label Sep 27, 2022
Previously the chart could go down, which should not happen for a cumulative chart.  We fix that here.

Also, we add task fail durations to the non-cumulative chart for consistency.
@dstandish dstandish merged commit afa8e10 into apache:main Sep 27, 2022
@dstandish dstandish deleted the fix-cumulative-task-duration-chart branch September 27, 2022 22:55
@dstandish dstandish added this to the Airflow 2.4.2 milestone Oct 12, 2022
@ephraimbuddy ephraimbuddy added the type:bug-fix Changelog: Bug Fixes label Oct 18, 2022
ephraimbuddy pushed a commit that referenced this pull request Oct 18, 2022
Previously the chart could go down, which should not happen for a cumulative chart.  We fix that here.

Also, we add task fail durations to the non-cumulative chart for consistency.

(cherry picked from commit afa8e10)
ephraimbuddy pushed a commit that referenced this pull request Oct 18, 2022
Previously the chart could go down, which should not happen for a cumulative chart.  We fix that here.

Also, we add task fail durations to the non-cumulative chart for consistency.

(cherry picked from commit afa8e10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:webserver Webserver related Issues type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants