fix: make upstream timeout configurable, default to 300s

This commit is contained in:
Syed Hashmi 2026-03-02 19:15:35 -06:00
parent 198c912202
commit 0c7b999770
6 changed files with 34 additions and 12 deletions

View file

@ -265,6 +265,10 @@ properties:
type: boolean
use_agent_orchestrator:
type: boolean
upstream_timeout_ms:
type: integer
minimum: 1000
description: "Timeout in milliseconds for outbound upstream calls from WASM filters (tool endpoints, function calling, default prompt targets). Default is 300000 (300s)."
upstream_connect_timeout:
type: string
description: "Connect timeout for upstream provider clusters (e.g., '5s', '10s'). Default is '5s'."