fix(ai): retry Bun socket drops

closes #6431
This commit is contained in:
Mario Zechner
2026-07-09 11:03:41 +02:00
parent 72d77b53de
commit 4285712bae
4 changed files with 13 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ const RETRYABLE_PROVIDER_ERROR_PATTERN = buildProviderErrorPattern([
"upstream.?connect",
"reset before headers",
"socket hang up",
"socket connection was closed",
"timed? out",
"timeout",
"terminated",