Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only retry 5xx Cloud SQL Admin API errors (#375)
This commit fixes the retry behavior of the two SQL Admin API calls. Any response that results in a 50x error will now be retried up to 5 times with exponential backoff. Using gaxios default exponential backoff. Previously the Node Connector was only retrying 3 times and for all error codes. Updating gaxios version to have newer params available.
- Loading branch information