@@ -90,6 +90,7 @@ async def lifespan(app: FastAPI):
await app.state.advisor_event_consumer.stop()
if app.state.advisor_scheduler is not None:
app.state.advisor_scheduler.shutdown()
await llm_client.aclose()
await database.dispose()
The note is not visible to the blocked user.