-
Notifications
You must be signed in to change notification settings - Fork 24
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
Reduce backend calls (pdp, AA, ...) timeout #1777
Labels
Comments
Maybe make it more generic. Every backend API call from EB (to PDP, to AA) should not take more than $seconds where $seconds is most definitely < 10. |
Agreed. |
pablothedude
added a commit
that referenced
this issue
Jan 29, 2025
This is done for AA and PDP to be able to handle timeouts before infrastructure limits are met. #1777
tvdijen
pushed a commit
to tvdijen/OpenConext-engineblock
that referenced
this issue
Feb 12, 2025
This is done for AA and PDP to be able to handle timeouts before infrastructure limits are met. OpenConext#1777
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current PDP timeout is rather long (30s), so the loadbalancer gives up sooner than EB. Let's look in the logs what the median reponse time and determine a more reasionable timeout based on that.
Ideally, this timeout should be confgurable in the EB config.
The text was updated successfully, but these errors were encountered: