-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Workspace stopping while I'm working with it #9629
Comments
This has started happening to me as well this week. Pods will stop (not crash, it seems like a graceful stop was triggered) while work is on-going. I have not lost work due to these stops (files seem to be saved when it occurs), but each time this happens costs me something like 10 minutes to wait for the workspace to stop then bring it back up. Generally, I would expect Pods to lean towards not stopping. Stopping prematurely is a huge pain for users and each time it happens it gets more frustrating. @phimae fyi, this is impacting our team considerably. |
Pod id: belvederetrading-tribe-e8owwqr3eju |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is anyone looking at this? I don't think it's been resolved. |
@jkaye2012 sorry for taking so long to get to this. @loujaybee @akosyakov could it be related with IDE integration or heart beating? Doesn't seem workspace related. |
@jkaye2012 Could you share workspace ids and timestamps? |
They are shared above - that's all the information I have unfortunately (considering this was two months ago) |
@jkaye2012 We reworked heartbeating in July [1] for VS Code Desktop. Do you have issues now? Provided workspace id is for June. |
I don't think I've had any issues this week. The original issue was in September, so well after that rework. |
Definitely still happening, I just had a pod close after less than 10 minutes after opening |
Any additional info would be helpful, at least workspace id and time stamp. |
Sure: workspace id: belvederetrading-tribe-1dlbhi0lnj9 I was actively writing code in VSCode when the workspace stopped. |
Experiencing consistent timeouts within minutes of opening (or creating) a workspace. I nuked my workspaces in an attempt to fix (and do not have their IDs) but do have the ID of the currently broken one: |
Hopefully more evidence'll help... I don't have exact timestamps for mine because it was in the past, but approximate: Workspace ID:
Unsure if it's relevant, since it seems to be the same EFFECT as originally submitted, but we've been experiencing this issue for months, just not that frequently. Today has been MUCH MUCH more frequent though. Could be the same effect but a different cause though 🤷 |
Totally agree with that. It wasn't as noticeable in the past, but it happened at least twice today to a few people I work with. |
I'm hitting this today and yesterday fairly often, |
In case it helps debugging, the issue does not occur to me if I leave the browser tab open. If I close the browser tab, my workspace closes almost immediately (within 5 minutes generally) |
Happened twice in the past hour literally while typing - nothing abnormal to report :) |
This is still happening as well: #9629 (comment) |
@epompeii @Assaf1978-boop @jkaye2012 Could you share your workspaceID and gitpod vscode extension version ? 🙏 We released |
belvederetrading-tribe-5vy6yu86g3i My experience was yesterday - I'm not 100% sure which version I was on at the time |
@jkaye2012 Thank you, but I find no logs related to your workspaceID (which may means you extension version is not great than |
I've been using this workspace: My GitPod plugin version is: |
@epompeii I checked that your current workspace is working well. Telemetry shows nothing with your previous workspace instance 😞 Maybe this telemetry problem is related to the network. We will appreciate if you could |
👋 hey there, we're rolling out a new generation of clusters in EU and US regions that should help resolve this issue. If you start a workspace on cluster |
Hi @loujaybee, this issue just started happening again this morning (i.e. I open a workspace, start working with it in VS Code desktop, and then it times out while I'm using it). My coworkers on the same team are having the same issue. The Gitpod extension in VS Code shows v0.0.93, so it seems well ahead of the recommended upgrade version to fix the issue. |
Hi @sansari, sorry we we running some experiments as we weren't sure about the root cause last time, just released a new version |
@jeanp413 Thanks, I've upgraded to |
General . |
👋 @laushinka @jeanp413 I removed workspace team for now, let us know if you need to readd? |
I've been running into this issue consistently, most recently in us98. I ssh into my workspaces and I have a 6h timeout set, but it stops anywhere from 5-25 minutes since starting. |
Seems,nice! |
@lilnasy @Assaf1978-boop Which version of Gitpod extension do you have running? Please update to the latest and try again. |
Proggarming.-and,Computing.נשלח מה-iPhone שליב-5 ביוני 2023, בשעה 8:53, Anton Kosyakov ***@***.***> כתב/ה:
@lilnasy @Assaf1978-boop Which version of Gitpod extension do you have running? Please update to the latest and try again.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@akosyakov I am not using the gitpod extension or VSCode at all. I ssh in and work using a terminal editor. |
Thank you for the clarification, @lilnasy. It's helpful to know that SSH connections are only kept alive for pty sessions and that the editor timeout can come into play under certain circumstances. If the editor timeout is causing problems, you can disable it by extending the inactivity timeout as described in this section of the Gitpod documentation. If you're comfortable with it, could you please share the workspace/instance IDs that you've been having issues with? You can find these by running the With these IDs, I can look more closely at the specifics of what might be going wrong with your SSH connections. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bug description
This is one example for an issue I've seen a couple of times this week.
I'm working with VS Code Desktop on a workspace and at some point notice that my files aren't saving anymore. The gitpod.io tab sill shows the workspace as running, but when I refresh after a while the workspace is "Stopping". It usually stays in that state far longer than if I stop the workspace myself.
After a while the workspace is stopped, I can restart it and everything works again.
Steps to reproduce
Don't know if there any specific actions that trigger it, but it has happened ~once a day this week
Workspace affected
collabai-collabai-po75ubar8fj
Expected behavior
No response
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: