GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
28 stars 7 forks source link

Failed connection calls should stop the background refresh #265

Open jackwotherspoon opened 7 months ago

jackwotherspoon commented 7 months ago

When an Admin API call fails for an instance, the connector should stop the background refresh in case the failure was caused by a unrecoverable error (instance was deleted, connection string is completely wrong, etc).

jackwotherspoon commented 3 months ago

Cloud SQL ref: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/pull/1118