Skip to content

Conversation

@olavloite
Copy link
Collaborator

Add support for a connect_timeout property that sets the maximum time that the driver will wait when creating a new connection to Spanner. This property only affects the very first creation of a connection to Spanner for a given connector. Once a connection has been established, all further connection creations will not use this value.

Fixes #576

@olavloite olavloite requested a review from a team as a code owner October 23, 2025 08:50
Add support for a connect_timeout property that sets the maximum time that the driver
will wait when creating a new connection to Spanner. This property only affects the
very first creation of a connection to Spanner for a given connector. Once a connection
has been established, all further connection creations will not use this value.

Fixes #576
@olavloite olavloite merged commit 6f87624 into main Oct 29, 2025
63 of 65 checks passed
@olavloite olavloite deleted the connect-timeout branch October 29, 2025 15:30
aakashanandg pushed a commit to aakashanandg/go-sql-spanner that referenced this pull request Oct 31, 2025
Add support for a connect_timeout property that sets the maximum time that the driver
will wait when creating a new connection to Spanner. This property only affects the
very first creation of a connection to Spanner for a given connector. Once a connection
has been established, all further connection creations will not use this value.

Fixes googleapis#576
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support connect_timeout connection variable

3 participants