You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
2020-07-07 15:09:19,012 INFO: Obtendo a lista de PVC para a namespace cpfdigital-p...
/opt/python/venv/lib/python3.7/site-packages/aiopg/pool.py:245: ResourceWarning: Invalid transaction status on released connection: 1
ResourceWarning
...
I think this is caused by failure on close or release connections but I thought that aiopg connection pool was responsible by this action.
Do I need to write the release, or closing, of connections for each run? What is the impact of this approach for aiopg connection pool?
Hi! I've multiple parallel queries running on postgres and all query functions follow the pattern:
I'm getting the error message bellow:
I think this is caused by failure on close or release connections but I thought that aiopg connection pool was responsible by this action.
Do I need to write the release, or closing, of connections for each run? What is the impact of this approach for aiopg connection pool?
Context:
Python3.7
aiohttp 3.6.2
aiopg 1.0.0
postgres 11
The text was updated successfully, but these errors were encountered: