GoogleCloudPlatform / cloud-sql-nodejs-connector

A JavaScript library for connecting securely to your Cloud SQL instances
Apache License 2.0
66 stars 8 forks source link

Add/Verify retries around 50X errors #371

Closed jackwotherspoon closed 1 month ago

jackwotherspoon commented 1 month ago

Port https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/pull/781 to Node Connector.

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

This may already be a feature of the Node Connector, can close issue once verified.