-
Notifications
You must be signed in to change notification settings - Fork 138
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
[FEATURE] Support for timeout in http connector #1470
Comments
@zane-neo , Zan, since you built the http client factory, can you give some suggestion/solution for this? |
@zane-neo as you find other http client perfromance issue, can you create issue for tracking that? |
I think we can let user configure these, including: connection timeout, read timeout, connection pool size etc, I will create a PR to address this. |
Done in this PR #1835 |
Is your feature request related to a problem?
Occasionally, a request to OpenAI just sits for 10 minutes and fails with a "bad gateway" error.
What solution would you like?
I would like to specify the maximum amount of time an http connector should wait before it cancels a request.
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: