cloud-sql-python-connector icon indicating copy to clipboard operation
cloud-sql-python-connector copied to clipboard

Add support for lazy certificate refresh

Open enocom opened this issue 1 year ago • 1 comments

Feature Description

In serverless environments, when the CPU is throttled, the Python Connector will sometimes fail to refresh the certificate.

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.

Sample code

No response

Alternatives Considered

No response

Additional Details

No response

enocom avatar Jul 26 '23 21:07 enocom

Related to https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/issues/992.

enocom avatar Jul 26 '23 21:07 enocom

Closed via #1093

jackwotherspoon avatar May 30 '24 19:05 jackwotherspoon