You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.
In the _remove routine when client.end is called we are seeing frequent throws because the socket has already been closed. We wrapped the call to client.end in a try catch and everything seems to be working. Looks like RDS (AWS postgresql implementation) may be closing the socket on the other end. (This is happening in the idle timeout handling not through any explicit call by our code.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the _remove routine when client.end is called we are seeing frequent throws because the socket has already been closed. We wrapped the call to client.end in a try catch and everything seems to be working. Looks like RDS (AWS postgresql implementation) may be closing the socket on the other end. (This is happening in the idle timeout handling not through any explicit call by our code.)
The text was updated successfully, but these errors were encountered: