feat: update chat backend to use stub and add websocket chat service tests

This commit is contained in:
grillazz
2026-07-20 10:19:56 +02:00
parent 8c2a6fc826
commit a8e654f9d6
4 changed files with 262 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ async def lifespan(app: FastAPI):
await app.logger.aerror("Error during app startup", error=repr(e))
raise
finally:
await app.redis.close()
await app.redis.aclose()
await app.chat_agent.aclose()
# await app.postgres_pool.close()