-
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
[local-app] heartbeating (keep workspace alive via SSH / whilst using non-browser IDE's) #4779
Comments
I am connecting to my workspace via SSH and I seem to have to a) keep my browser window open and b) visit it once every 30min for the workspace not to timeout - is this issue going to fix that? or should I open a new issue for this? |
@extrawurst it is about fixing your issue |
@extrawurst Could you clarify please what for you are using SSH? |
using it to connect my local vscode to my gitpod workspace (#4780) |
I'm also using ssh to run custom bazel commands (building an OSS project)... it takes a while to build and in the meantime the workspace times out and dies :) (hoping this will work w/ tmux) |
/assign |
We need to send heartbeats that user workspace does not timeout. We were considering to integrate on level of supervisor terminals, but implies that we have to integrate with supervisor all tools which capable to create terminal devices, i.e. it does not allow custom SSH servers. Instead we can integrate on system level using seccomp notify and intercept write and resize calls to terminal devices. It would also allow use cases when someone create new devices in the app under development, see for instance: https://gitpod.slack.com/archives/C01KGM9DVRC/p1625443266089900
Plan:
The text was updated successfully, but these errors were encountered: