Closed hessjcg closed 4 months ago
This updates the retry logic for API calls made by the connector:
This also implements the exponential backoff logic defined used in the go connector. See: https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/pull/781
This should be a "feature" -- it will have a noticeable usability change.
This updates the retry logic for API calls made by the connector:
This also implements the exponential backoff logic defined used in the go connector. See: https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/pull/781