googleapis / google-cloud-go

Google Cloud Client Libraries for Go.
https://cloud.google.com/go/docs/reference
Apache License 2.0
3.72k stars 1.27k forks source link

bigtable: retry request on retryable error messages #10207

Open bhshkh opened 4 months ago

bhshkh commented 4 months ago

Client

Bigtable

Additional context

https://github.com/googleapis/google-cloud-go/pull/9673#discussion_r1567717162

Creating this issue to track the work of finding out if there are any Bigtable retryable error messages which are not been retried,

fsaintjacques commented 3 weeks ago

Is it possible to retry Internal errors? I have a bunch of nightly tasks that sometimes fail due to this. Because we don't have access to the raw gRPC client there's nothing I can do but post here, or roll my own.

fsaintjacques commented 1 week ago

@bhshkh ping