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

Increase idle connection of REST proxy to timeout to 30 minutes #4713

Merged
merged 1 commit into from
Mar 7, 2023
Merged

Increase idle connection of REST proxy to timeout to 30 minutes #4713

merged 1 commit into from
Mar 7, 2023

Conversation

sakoush
Copy link
Member

@sakoush sakoush commented Mar 7, 2023

What this PR does / why we need it:

Increase default idle timeout of REST proxy to 30 minutes. This is the connection between agent and model server. Otherwise for a single inference requests that takes more than the default threshold (previously 1 minutes) the connection drops.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

@sakoush sakoush requested a review from ukclivecox March 7, 2023 15:39
@sakoush sakoush added the v2 label Mar 7, 2023
@adriangonz
Copy link
Contributor

How hard would it be to make this configurable?

@sakoush
Copy link
Member Author

sakoush commented Mar 7, 2023

How hard would it be to make this configurable?

not hard but it is probably a set of constants that we need to make configurable not just this one. So will leave to a future PR perhaps,

@sakoush sakoush merged commit 726330e into SeldonIO:v2 Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants