RootCauseunvalidated

the database operations (`db.commit`, `db.flush`) were all synchronous — When a route in FastAPI is listed as asynchronous (`async def`). Outcome: meaning the event loop is blocked until they are completed.

fa6f261c-d294-48f7-9a18-9c6a809ca6dc

the database operations (db.commit, db.flush) were all synchronous — When a route in FastAPI is listed as asynchronous (async def). Outcome: meaning the event loop is blocked until they are completed.