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(queries): Increase max retries when async queries hit concurrency #24191

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

webjunkie
Copy link
Contributor

Problem

We removed the chaining for dashboard queries in #24057 but this is causing an increase of queries hitting the concurrency threshold (as to be expected).
Grafana/Loki shows something like close to a thirds of requests that need to retry ultimately failing, either because they retry too fast or when they retry still there is no capacity.

Changes

Increase the maximum number of retries.

@webjunkie webjunkie enabled auto-merge (squash) August 5, 2024 14:35
@webjunkie webjunkie merged commit 940131a into master Aug 5, 2024
87 checks passed
@webjunkie webjunkie deleted the fix/query-async-concurrency-retries branch August 5, 2024 15:04
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.

2 participants