We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c6b11 commit fd73827Copy full SHA for fd73827
aip/client-libraries/4221.md
@@ -86,9 +86,9 @@ service, except for those that are explicitly named which get no `RetryPolicy`.
86
"timeout": "60s",
87
"retryPolicy": {
88
"maxAttempts": 3,
89
- "initialBackoff": "0.01s",
90
- "maxBackoff": "60s",
91
- "backoffMultiplier": 1.3,
+ "initialBackoff": "1s",
+ "maxBackoff": "10s",
+ "backoffMultiplier": 2,
92
"retryableStatusCodes": ["UNAVAILABLE"]
93
}
94
},
@@ -102,7 +102,7 @@ service, except for those that are explicitly named which get no `RetryPolicy`.
102
{ "service": "google.example.library.v1.LibraryService", "method": "MoveBook" }
103
],
104
"waitForReady": true,
105
- "timeout": "60s"
+ "timeout": "10s"
106
}]
107
108
```
0 commit comments