Commit 8f8f9eb
committed
fix(storage): retry
When using the grpc client for the google cloud storage, we sometimes have issues connecting to the authentication server. Currently, those errors are not retried. This change ensures that we can retry authentication errors when sending queries to google cloud storage using the grpc client.kUnauthenticated error1 parent 7595793 commit 8f8f9eb
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments