cloud-sql-python-connector icon indicating copy to clipboard operation
cloud-sql-python-connector copied to clipboard

Add retries around 50X errors

Open jackwotherspoon opened this issue 9 months ago • 0 comments

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.

jackwotherspoon avatar May 06 '24 16:05 jackwotherspoon