Skip to content

Unable to Connect to Real-Time Streaming via Deepgram Client SDK from Specific IP Addresses #1028

Discussion options

You must be logged in to vote

You'll know if you're hitting the limit by the error codes you're getting. If your users can't connect, and in the logs you get 429 errors, that is you hitting the concurrency limit.

If your users are being disconnected, they'll be being sent an event with a reason (most likely).

There is no way right now for you to be able to proactively check your concurrency allocation, but there might be a hacky way to hit a /projects endpoint occationally and if that returns a 429, don't try to connect a user (Let me double check on that!).

You could also proxy the requests through your own backend server, which will give you better oversight on concurrency, logs, success, etc

This message was sent…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@akshat-Eubrics
Comment options

Comment options

You must be logged in to vote
1 reply
@akshat-Eubrics
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by deepgram-community
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants