Skip to content

Conversation

@wesjdj
Copy link

@wesjdj wesjdj commented Jan 26, 2026

  • chore: starter changes for auto-resume
  • push change to amaltheasession crd
  • feat: add resumeAt to hibernated sessions

Copy link
Member

@leafty leafty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@olevski
Copy link
Member

olevski commented Jan 26, 2026

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.).

Yes that is a good point. We will have to implement this on the data service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants