Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

fix: do not retry on 13 INTERNAL #396

Merged
merged 6 commits into from Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -718,9 +718,7 @@ public static class Builder
"retry_policy_1_codes",
ImmutableSet.copyOf(
Lists.<StatusCode.Code>newArrayList(
StatusCode.Code.INTERNAL,
StatusCode.Code.UNAVAILABLE,
StatusCode.Code.DEADLINE_EXCEEDED)));
StatusCode.Code.UNAVAILABLE, StatusCode.Code.DEADLINE_EXCEEDED)));
definitions.put("no_retry_codes", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
definitions.put(
"no_retry_1_codes", ImmutableSet.copyOf(Lists.<StatusCode.Code>newArrayList()));
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-kms.git",
"sha": "bf9209b84f26b6ab14905b8f0c36681d6f82c744"
"sha": "2d145998f3cd0ee5a02262f65df44f295350a8fa"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "3a935fab757e09c72afd4aa121147a4c97dccc3e",
"internalRef": "336931287"
"sha": "3f914b89ae1ef459955f470f9ccb498314ad28d5",
"internalRef": "357022763"
}
},
{
Expand Down