fix(ai): retry Cloudflare 524 timeouts

closes #6239
This commit is contained in:
Vegard Stikbakke
2026-07-03 23:03:35 +02:00
parent 8133c94db9
commit d53b567601
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ const RETRYABLE_PROVIDER_ERROR_PATTERN = buildProviderErrorPattern([
"502",
"503",
"504",
"524",
"service.?unavailable",
"server.?error",
"internal.?error",