Skip to content

Commit

Permalink
fix: Make retry policy back off more aggressively for RPCs that retry…
Browse files Browse the repository at this point in the history
… RESOURCE_EXHAUSTD

PiperOrigin-RevId: 557935020
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 17, 2023
1 parent 3303b93 commit 38e1f31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/pubsub/v1/pubsub_grpc_service_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"maxAttempts": 5,
"initialBackoff": "0.100s",
"maxBackoff": "60s",
"backoffMultiplier": 1.3,
"backoffMultiplier": 4.0,
"retryableStatusCodes": [
"ABORTED",
"CANCELLED",
Expand Down Expand Up @@ -110,7 +110,7 @@
"maxAttempts": 5,
"initialBackoff": "0.100s",
"maxBackoff": "60s",
"backoffMultiplier": 1.3,
"backoffMultiplier": 4.0,
"retryableStatusCodes": [
"DEADLINE_EXCEEDED",
"RESOURCE_EXHAUSTED",
Expand Down

0 comments on commit 38e1f31

Please sign in to comment.