-
Notifications
You must be signed in to change notification settings - Fork 675
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
pgAdmin connections remain in connected idle state after closure of query tool #5894
Comments
Same to me - stopped working at all after doing few queries/selects from data view.
|
Steps to reproduce the issue
|
adityatoshniwal
added a commit
to adityatoshniwal/pgadmin4
that referenced
this issue
Mar 20, 2023
…hema Diff and Debugger to ensure it completes. When closing a browser tab, axios does not guarantee AJAX request completion. pgadmin-org#5894
akshay-joshi
pushed a commit
that referenced
this issue
Mar 20, 2023
…hema Diff and Debugger to ensure it completes. When closing a browser tab, axios does not guarantee AJAX request completion. #5894
This is working fine. Now response to close query tool calls are not cancelled, it will be in pending state, but connection is closed. |
akshay-joshi
pushed a commit
to akshay-joshi/pgadmin4
that referenced
this issue
Apr 24, 2023
…hema Diff and Debugger to ensure it completes. When closing a browser tab, axios does not guarantee AJAX request completion. pgadmin-org#5894
pravesh-sharma
added a commit
to pravesh-sharma/pgadmin4
that referenced
this issue
May 7, 2024
2. Disabled debugger for catalogs. pgadmin-org#6060 3. Fixed an issue where keyboard shortcut for launching debugger from object explorer was working.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Closing the query tool is leaving an open idle connection to the server.
I tend to have a few concurrent open query tool instances. As the connections do not close on closing the query tool window, over time the accumulation of connections can eventually exhaust the connection limit on the server.
I have been mostly using the "Remove Panel" to close the query tool, sometimes I use the X on the top-right hand corner. I'm not sure if this applies to both or just one of the window closure methods.
Note that on closing pgAdmin, the idle connections are closed.
PgAdmin Version: 6.20
Application Mode: Desktop
NW.js Version: 0.72.0
Browser Chromium 109.0.5414.87
Operating System Windows-10-10.0.19044-SP0
Thank you
The text was updated successfully, but these errors were encountered: