補上 MCP DB writer 失敗診斷
All checks were successful
CD Pipeline / deploy (push) Successful in 57s

This commit is contained in:
OoO
2026-05-13 09:10:28 +08:00
parent 9849c979c6
commit 8087d13e31

View File

@@ -196,7 +196,7 @@ def _async_write_mcp_call(
finally:
session.close()
except Exception:
pass # 永不影響主流程
logger.debug("[MCPRouter] async DB writer bootstrap failed", exc_info=True)
threading.Thread(target=_writer, daemon=True).start()