Network disconnections
Hey we have been experience some network disconnections in our services. For example in one of them we listen to a websocket and it randomly gets disconnected and then reconnected after 1 second (I have a retry to connect mechanism in our script that reconnected after 1 second). In our other service we run a telegram bot that gets http timeout issues
5 Replies
Project ID:
88650658-638b-4d47-8fab-a98e65abea9a
88650658-638b-4d47-8fab-a98e65abea9a
These issues would come from the upstream, for example the websocket endpoint you are connecting to is disconnecting you, or the telegram API is not accepting the request from your application.
We have no way of disconnecting websocket connection on your behalf, and we don't have any way to deny traffic on behalf of telegram.
Im saying maybe the internet connection to the server my app is deploying might encounter minor issues
I'm happy to say thats not the case here, the issue would be with the external services.