-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
We just switched over from using db.sessions.commit() to using run_transaction as per the diff:
cockroachdb/examples-python@4fecdf1
After making this change in our test environment after a little bit the api continues to get slower and eventually become completely bound up.
The following error eventually prints out: sqlalchemy.exc.TimeoutError: QueuePool limit of size 5 overflow 20 reached
If there some type of clean up that needs to occur? Or is this a sign of something else?
Metadata
Metadata
Assignees
Labels
No labels