You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
The text was updated successfully, but these errors were encountered:
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.
As nice-to-haves:
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.renku session start
andrenku 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).The text was updated successfully, but these errors were encountered: