-
Notifications
You must be signed in to change notification settings - Fork 1.3k
vscode-desktop extension sometime send heartbeat even computer is in sleep mode #15304
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
Comments
Internal link to product analytics, which might provide some clues (CC @laushinka) |
We discussed that we need more logging. One idea is to log a name of VS Code event which triggered last failed attempt to send a heartbeat. |
@mustard-mh added more logging gitpod-io/gitpod-vscode-desktop@4d51ad6 and released a new version for both stable and preview |
@easyCZ please report again when it happens with the corresponding logs 🙏 |
So far nothing, will keep an eye out. |
Many thanks for working on this issue. 🙏 Quick FYI, for anyone affected by this bug, here is a workaround that you can use until we can release a fix:
|
We released version |
Closing this for now as we added more telemetry to track this down if it happens again |
Bug description
vscode-desktop extension sometime send heartbeat even computer is in sleep mode
for some reason, vscode remote-ssh will try to reconnect when the computer is in sleep mode ( it looks like a bug)
But, I still can see the log, gitpod-desktop extension also try send heartbeat when the computer is in sleep mode, although these logs show a timeout, I still suspected that the server has successfully processed
Steps to reproduce
no sure how to reproduce it, it happen serval times, special from @easyCZ
Workspace affected
No response
Expected behavior
If user don't operating vscode. we don't send heartbeat.
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: