SQLAlchemy Pool Issue in Project Ivalice

Mar 20, 2023 at 1:49:35 AM
sqlalchemy.exc.TimeoutError: QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30.00 (Background on this error at: https://sqlalche.me/e/14/3o7r)

Fixed with:

self.session.close()