-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cursor.execute() freezes + Pool.wait_closed() blocks after Pool.close() #800
Comments
Hi @samthesuperhero, Could you please attach a complete sample which reproduces mentioned issue? It's a bit unclear for me how to reproduce it. |
Hi @Pliner, sure, please, full example:
Python:
System:
Output looks like this,
and then freezes. While it is frozen, pgAdmin4 shows this: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear contributors,
do you have any ideas why execute can at all freeze??
At the time it blocks, pgAdmin says that connection is
idle
and Wait event isClient: ClientRead
In the end, after handling SIGTERM via
loop.add_signal_handler()
and callingPool.close()
- theawait Pool.wait_closed()
as well blocks.Am I doing something wrong??
The text was updated successfully, but these errors were encountered: