-
-
Notifications
You must be signed in to change notification settings - Fork 309
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 errors out with long running queries #352
Comments
Did you try to increase connection timeout? By default is ~30 |
Yes I did set the connect timeout to a couple of minutes and then tried an hour |
I think this is related
|
Maybe pulling the first 50 or so records and querying for more whenever a user clicks next on the results page might fix this. Pulling millions of records all at once might be overloading some system resource. |
This is a common issue. It's more like a problem on VSCode language server. See: microsoft/live-share#245 I've found issues about it everywhere. I'll try to contact someone in the VSCode team and see what we can do about that. |
They have some on going effort to avoid this. Since I update language server and client every time they release a new version, I'll close this issue since there's nothing I can do for now.
This is already tracked in #365 |
Describe the bug
Whenever I run a long running (>1 minute) query, the execution errors out and shows the following message:
Error fetching records. Connection got disposed.
The message is shown 40 seconds into the query running.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The query should execute successfully regardless of the result size or the runtime
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: