cloudspannerecosystem / wrench

wrench - Schema management tool for Cloud Spanner -
MIT License
239 stars 46 forks source link

Add a flag to set context timeout #64

Closed iwata closed 1 year ago

iwata commented 1 year ago

WHAT

SSIA

WHY

As you can see in the following code, gRPC client defines the default timeout as 30 seconds. https://github.com/googleapis/google-cloud-go/blob/spanner/v1.41.0/spanner/apiv1/spanner_client.go#L551-L555 It's too short in some cases.

kazegusuri commented 1 year ago

Please squash the commits

iwata commented 1 year ago

Please squash the commits

@kazegusuri PTAL