Skip to content
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

Pause and resume sessions from CLI #3621

Closed
m-alisafaee opened this issue Sep 22, 2023 · 0 comments · Fixed by #3633
Closed

Pause and resume sessions from CLI #3621

m-alisafaee opened this issue Sep 22, 2023 · 0 comments · Fixed by #3633
Assignees

Comments

@m-alisafaee
Copy link
Contributor

m-alisafaee commented Sep 22, 2023

Describe the solution you'd like
We implemented session hibernation in SwissDataScienceCenter/renku-notebooks#1518 that allows users to pause and resume sessions from the UI. We should implement proper CLI commands to have the similar functionality for sessions that are managed by CLI.

renku session pause <session-name>

renku session resume/start/restart <session-name>

As nice-to-haves:

  • When a user runs renku session stop on a session that has unsaved work, the cli warns them and prompts to ask if they really want to delete the session and lose unsaved changes, or if they want to pause it.
  • If possible, there is no difference to the user between running renku session start and renku session resume on a paused session (so the user doesn't have to remember whether they have a paused session or are creating a new one).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant