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(dashboards): do not cancel full dashboard refresh on query timeout #22345

Merged
merged 2 commits into from
May 21, 2024

Conversation

thmsobrmlr
Copy link
Contributor

@thmsobrmlr thmsobrmlr commented May 17, 2024

Problem

We refresh dashboard insights in sequence. When one of the insights on a dashboard would time out, resulting in a 504 error, we would cancel all subsequent requests.

Related PRs
#15156
#13178

Changes

Before
2024-05-17 18 25 31

After
2024-05-17 18 45 01

How did you test this code?

Tried locally

Copy link
Contributor

Size Change: 0 B

Total Size: 1.05 MB

ℹ️ View Unchanged
Filename Size
frontend/dist/toolbar.js 1.05 MB

compressed-size-action

@thmsobrmlr thmsobrmlr requested a review from a team May 17, 2024 17:11
@thmsobrmlr
Copy link
Contributor Author

YOLOing this to be able to investigate remaining dashboard issues

@thmsobrmlr thmsobrmlr merged commit 136ecf4 into master May 21, 2024
88 checks passed
@thmsobrmlr thmsobrmlr deleted the dont-cancel-on-timeout-2 branch May 21, 2024 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant