generated from deepgram/oss-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 57
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 in UND_ERR_HEADERS_TIMEOUT
errors
#243
Labels
enhancement
New feature or request
Comments
Dropping thoughts from an internal convo: Below are the workarounds:
This is what we've found out about the issue, and these are the constraints involved:
|
the solution #245 has now provided the ability to override fetch with a custom fetch interface |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the current behavior?
In periods of high load, response times fluctuate. If they go over 5' mark, the fetch library implemented fails, because it cannot stay alive for longer than 5'. Those timeouts are also not configurable.
This is a known limitation of the fetch library implemented.
Steps to reproduce
It's ad-hoc and depends on response rates & usage of Deepgram's servers
Expected behavior
That we don't see timeout issues and can configure timeout values if needed.
Please tell us about your environment
This is from calls made server side
Other information
The text was updated successfully, but these errors were encountered: