Skip to content

Commit 38e1f31

Browse files
Google APIscopybara-github
authored andcommitted
fix: Make retry policy back off more aggressively for RPCs that retry RESOURCE_EXHAUSTD
PiperOrigin-RevId: 557935020
1 parent 3303b93 commit 38e1f31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/pubsub/v1/pubsub_grpc_service_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"maxAttempts": 5,
5151
"initialBackoff": "0.100s",
5252
"maxBackoff": "60s",
53-
"backoffMultiplier": 1.3,
53+
"backoffMultiplier": 4.0,
5454
"retryableStatusCodes": [
5555
"ABORTED",
5656
"CANCELLED",
@@ -110,7 +110,7 @@
110110
"maxAttempts": 5,
111111
"initialBackoff": "0.100s",
112112
"maxBackoff": "60s",
113-
"backoffMultiplier": 1.3,
113+
"backoffMultiplier": 4.0,
114114
"retryableStatusCodes": [
115115
"DEADLINE_EXCEEDED",
116116
"RESOURCE_EXHAUSTED",

0 commit comments

Comments
 (0)