grpc
runtime_error
ai_generated
true
UNAVAILABLE: max retry attempts exhausted
ID: grpc/retry-policy-exceeded
78%Fix Rate
82%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 1 | active | — | — | — |
Root Cause
gRPC automatic retry policy exhausted all attempts.
genericWorkarounds
-
85% success Configure hedging for latency-sensitive idempotent RPCs
-
90% success Use retry with exponential backoff: maxAttempts=5, backoffMultiplier=2
Dead Ends
Common approaches that don't work:
-
Set unlimited retries
85% fail
Can loop forever on permanent errors
-
Remove retry policy
72% fail
No fault tolerance