mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-07-28 05:00:38 +03:00
feat: update chat backend to use stub and add websocket chat service tests
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user