firecrawl 타임아웃 상승

main
jaehwang 2026-06-18 11:27:52 +09:00
parent 387aa758d0
commit 638b83ea18
1 changed files with 2 additions and 1 deletions

View File

@ -128,8 +128,9 @@ class FirecrawlClient:
}, },
"waitFor": 5000, "waitFor": 5000,
"maxAge": 0, "maxAge": 0,
"timeout": 180000, # Firecrawl 잡 타임아웃(ms) — links+rawHtml+json(doctors·branding 포함) 조합 추출이 기본 60s를 넘기는 경우가 잦아 180s로 상향.
}, },
timeout=60, timeout=200, # 위 Firecrawl 잡 타임아웃보다 길어야 우리 쪽 HTTP 클라이언트가 먼저 끊지 않음.
label="firecrawl-clinic-info", label="firecrawl-clinic-info",
) )
if not resp or not resp.is_success: if not resp or not resp.is_success: