cloud-sql-python-connector
cloud-sql-python-connector copied to clipboard
Add retries around 50X errors
Port https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/pull/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.