Skip to content

fix: do not retry on status code 504 (proxy timeout).#226

Merged
rwiker merged 1 commit intomainfrom
fix/no-retry-on-pproxy-timeout
Feb 3, 2025
Merged

fix: do not retry on status code 504 (proxy timeout).#226
rwiker merged 1 commit intomainfrom
fix/no-retry-on-pproxy-timeout

Conversation

@rwiker
Copy link
Copy Markdown
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
Copy Markdown
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
@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