File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -57,3 +57,7 @@ authentication:
5757 canonical_scopes : |-
5858 https://www.googleapis.com/auth/cloud-platform,
5959 https://www.googleapis.com/auth/spanner.data
60+
61+ publishing :
62+ new_issue_uri : https://issuetracker.google.com/issues/new?component=190851&template=0
63+ documentation_uri : https://cloud.google.com/spanner/
Original file line number Diff line number Diff line change 3434 "maxBackoff" : " 32s" ,
3535 "backoffMultiplier" : 1.3 ,
3636 "retryableStatusCodes" : [
37- " UNAVAILABLE"
37+ " UNAVAILABLE" ,
38+ " RESOURCE_EXHAUSTED"
3839 ]
3940 }
4041 },
5152 "maxBackoff" : " 32s" ,
5253 "backoffMultiplier" : 1.3 ,
5354 "retryableStatusCodes" : [
54- " UNAVAILABLE"
55+ " UNAVAILABLE" ,
56+ " RESOURCE_EXHAUSTED"
5557 ]
5658 }
5759 },
104106 "maxBackoff" : " 32s" ,
105107 "backoffMultiplier" : 1.3 ,
106108 "retryableStatusCodes" : [
107- " UNAVAILABLE"
109+ " UNAVAILABLE" ,
110+ " RESOURCE_EXHAUSTED"
108111 ]
109112 }
110113 }
You can’t perform that action at this time.
0 commit comments