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
Occasionally getting a "psycopg2.OperationalError: SSL connection has been closed unexpectedly" error, can the tap-postgres code be adjusted to handle this gracefully?
#351
Closed
jcbmllgn opened this issue
Feb 1, 2024
· 3 comments
I'm typically able to rerun the sync and it will succeed. However, ideally the tap would handle this in some way, if possible. From googling the error I've found this stackoverflow conversation which advises setting pool_pre_ping=True. This pool_pre_ping configuration is not configurable though. Does it make sense to add this as a configuration options to the tap?
Thank you!
The text was updated successfully, but these errors were encountered:
tl;dr, does it make sense to add
pool_pre_ping
as a configurable option to this tap to handle connections unexpectedly closing?I have the following tap configured:
And am occasionally getting this error:
I'm typically able to rerun the sync and it will succeed. However, ideally the tap would handle this in some way, if possible. From googling the error I've found this stackoverflow conversation which advises setting
pool_pre_ping=True
. Thispool_pre_ping
configuration is not configurable though. Does it make sense to add this as a configuration options to the tap?Thank you!
The text was updated successfully, but these errors were encountered: