add ResourceExhausted as a retryable error (#6449)

fixes #6364
This commit is contained in:
David Brailovsky
2026-07-09 13:58:32 +02:00
committed by GitHub
parent a6f720e6ca
commit 57d96d72ed
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -79,6 +79,9 @@ const RETRYABLE_PROVIDER_ERROR_PATTERN = buildProviderErrorPattern([
"you can retry your request",
"try your request again",
"please retry your request",
// gRPC based providers (e.g. NVIDIA NIM)
"ResourceExhausted",
]);
/**