Description
Bug description
excerpt from an email:
Hi, I am having a very obnoxious issue with my gitpod containers shutting down early. I am using the “Command Line (SSH)” method of connecting to my pods, so that I can do development using tmux+vim. The experience works well until my SSH connection disconnects. Intuitively, this should start the timeout period on the container and it should automatically shut down 30 minutes later. Unfortunately, the observed behavior is that the timeout period is never reset and so if the container has been alive for longer than 30 minutes it immediately shuts down upon disconnect. This means if I shut my laptop to walk to another room, my gitpod container is shut down and it takes me several minutes to restart the container and open all of the files that I had opened.
Steps to reproduce
- Create a workspace and connect via ssh.
- Work on a file in the project directory or do anything to keep it alive for a period of 30+ minutes. (personal plan)
- Confirm that the gitpod dashboard timer for that specific workspace reports more than 30 minutes of usage.
- Disconnect the SSH session gracefully.
- Observe that the workspace immediately stopped.
Workspace affected
No response
Expected behavior
It should not immediately stop when the workspace was used for more time than {plan inactivity timeout}
Example repository
No response
Anything else?
cc @CGamesPlay