Open NEONKID opened 2 years ago
In addition to terminating the transaction after using the DB, resources must be released so that the session can be reused from the connection pool.
For more information: https://docs.sqlalchemy.org/en/14/orm/extensions/asyncio.html#sqlalchemy.ext.asyncio.async_scoped_session.remove
In addition to terminating the transaction after using the DB, resources must be released so that the session can be reused from the connection pool.