-
Notifications
You must be signed in to change notification settings - Fork 370
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
connection hangs randomly #204
Comments
@princesscrypto1337 does it still happen to you (I know this issue is pretty old) |
Huge thanks and appreciation to the contributors of the Hi @idomic. This problem is occurring for me. As @princesscrypto1337 mentions, the problem is random. Usually occurs after a lot of interaction with the Jupyter notebook. Like the issue reported, I am also using |
Hi. After exhaustive trial and error, the Sorry to confuse the issue reported by @princesscrypto1337 for |
The main issue here is to reproduce the problem. However, I think it'd still be valuable to provide a workaround, perhaps a timeout? So that cells that take too long abort, and there isn't a need to restart the kernel. Would this help? @princesscrypto1337 |
Hi,
At random times during my notebook session, a sql statement like
%sql select count(*) from table
will just hang even though the calculation should be fast. This hang cannot be interrupted by jupyter, so I always have to restart the kernel. I can confirm that my postgresql server is still running and I can run the same command when I log in through a client, so this should not be a server side problem.Wondering if anyone else has seen this and if there's a workaround or solution.
The text was updated successfully, but these errors were encountered: