-
[NA] [BE] Bound the read-only free-form SQL ClickHouse client (#7222)
发布于
2026-06-26 11:01:10 +00:00 Dedicated read-only ClickHouse client for Agent Insights free-form SQL:
- Per-query max_execution_time enforced server-side (readonly=1-safe); a
configurable client socketTimeout (200s, above the 180s profile cap) is a
backstop so a half-open/dropped socket can't pin a pool connection - socketTimeout in config.yml + config-test.yml (config is the single source
of truth; @Valid + @NotNull)
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com
下载附件
- Per-query max_execution_time enforced server-side (readonly=1-safe); a