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
If this is not a bug and the intended behavior, it is very opinionated and should be documented.
A connection timeout is for establishing a connection to the database and it is very possible to have long running queries that exceed the connection timeout.
At the very least, I would like a way to disable the cursor timeout all together, but it appears that is not possible.
The text was updated successfully, but these errors were encountered:
It appears that the cursor timeout, when set to None, will always take the connection timeout as the maximum amount of time a query can run.
I believe this is a bug and should be changed.
https://github.com/aio-libs/aiopg/blob/master/aiopg/connection.py#L260
If this is not a bug and the intended behavior, it is very opinionated and should be documented.
A connection timeout is for establishing a connection to the database and it is very possible to have long running queries that exceed the connection timeout.
At the very least, I would like a way to disable the cursor timeout all together, but it appears that is not possible.
The text was updated successfully, but these errors were encountered: