alloydb-python-connector
alloydb-python-connector copied to clipboard
Add support for lazy certificate refresh
In serverless environments, when the CPU is throttled, the Python Connector will sometimes fail to refresh the certificate and time out.
This is a feature request to allow callers to opt-in to a lazy refresh strategy, where no background tasks run and the cert is refreshed as needed.
Related to #297