Commit 6233497
committed
fix(cli): remove ResourceExhausted from retriable gRPC codes
ResourceExhausted typically signals rate limiting or quota exhaustion.
Blanket-retrying it can waste work against hard quotas and amplify load
on an overloaded server. gRPC guidance is to only retry when the server
explicitly signals safety via RetryInfo metadata.
Refs #3053
Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>1 parent 433d7b2 commit 6233497
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
0 commit comments