alloydb-python-connector icon indicating copy to clipboard operation
alloydb-python-connector copied to clipboard

Add support for lazy certificate refresh

Open jackwotherspoon opened this issue 10 months ago • 0 comments

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

jackwotherspoon avatar Apr 11 '24 14:04 jackwotherspoon