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

b/314022379 Apply timeout settings from configuration #205

Merged
merged 3 commits into from
Nov 30, 2023

Conversation

jpassing
Copy link
Collaborator

@jpassing jpassing commented Nov 30, 2023

Allow timeout settings for backend HTTP requests to be configured using the following options:

  • BACKEND_CONNECT_TIMEOUT (in seconds)
  • BACKEND_READ_TIMEOUT (in seconds)
  • BACKEND_WRITE_TIMEOUT (in seconds)

Previously, the application has used the default 20 second read-timeout imposed by the Java client libraries. This timeout can be too restrictive, especially for Policy Analyzer API requests.

This is to fix #177 177

@jpassing jpassing merged commit 77f7a5b into master Nov 30, 2023
5 checks passed
@jpassing jpassing deleted the fix/configurable-backend-timeouts branch November 30, 2023 03:25
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.

JIT HTTP 403 only for a certain group
1 participant