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
If this is coming from the SDK out the box, please disregard. I'm currently having problems with my current implementation of tap-mysql with an unexplainable connection timed out error. I believe this could be remedied by implementing connection pooling which was never implemented in any of the pymysql versions of this tap before it. I believe utilizing connection pooling will make the tap more robust overall.
The text was updated successfully, but these errors were encountered:
If this is coming from the SDK out the box, please disregard. I'm currently having problems with my current implementation of
tap-mysql
with an unexplainableconnection timed out
error. I believe this could be remedied by implementing connection pooling which was never implemented in any of thepymysql
versions of this tap before it. I believe utilizing connection pooling will make the tap more robust overall.The text was updated successfully, but these errors were encountered: