Files
deer-flow/backend/packages/harness/deerflow
Willem Jiang 761a535d6b fix(checkpointer): use AsyncConnectionPool for postgres to prevent stale connection errors (#3223)
Replace AsyncPostgresSaver.from_conn_string() with an explicit
  AsyncConnectionPool that has check_connection enabled, so dead idle
  connections are detected and replaced on checkout instead of raising
  OperationalError.
2026-05-26 10:02:16 +08:00
..