GoogleCloudPlatform/cloud-sql-python-connector

Add retries around 50X errors

jackwotherspoon opened this issue · 1 comments

Port GoogleCloudPlatform/cloud-sql-go-connector#781 to Python Connector.

We have seen the connect API occasionally give 502 errors, we should be retrying 50X errors to make the Python Connector more resilient.