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: do not retry on status code 504 (proxy timeout). #226

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

rwiker
Copy link
Contributor

@rwiker rwiker commented Jan 31, 2025

The aggregation service may, in som cases, take more than a minute to provide results. When that happens, radix (or the nginx reverse proxy) returns the status code 504. If the operation is retried, the aggregation server starts a new thread serving the same operation, potentially (eventually) overloading the server.

@rwiker rwiker requested a review from a team January 31, 2025 10:08
Copy link
Contributor

@equinor-ruaj equinor-ruaj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rwiker rwiker merged commit f0cb7e2 into main Feb 3, 2025
15 checks passed
@rwiker rwiker deleted the fix/no-retry-on-pproxy-timeout branch February 3, 2025 08:09
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