Conversation
wesjdj
commented
Jan 26, 2026
- chore: starter changes for auto-resume
- push change to amaltheasession crd
- feat: add resumeAt to hibernated sessions
leafty
left a comment
There was a problem hiding this comment.
Note: handling this purely from Amalthea will create cases where the session will be broken.
Secrets and other important pieces are updated by renku-data-services when a user resumes a session, so a controller-side resume will have broken pieces (authentication, tokens, etc.).
The field can be added to the spec, but adding the handling on the controller is not advised.
Yes that is a good point. We will have to implement this on the data service. |