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
We implemented 2-step session culling in #366: An idle session is hibernated first and then deleted after a while.
However, when hibernating an idle session, we don't provide repository status (clean/dirty, pushed, ...) in Jupyter server's annotations as we normally do when hibernating from the UI. The reason is that we didn't want to access a session's sidecar from Amalthea to get the status.
We should implement a way to provide this information and put them in the annotations so that UI can give proper feedback to users.
The text was updated successfully, but these errors were encountered:
We implemented 2-step session culling in #366: An idle session is hibernated first and then deleted after a while.
However, when hibernating an idle session, we don't provide repository status (clean/dirty, pushed, ...) in Jupyter server's annotations as we normally do when hibernating from the UI. The reason is that we didn't want to access a session's sidecar from Amalthea to get the status.
We should implement a way to provide this information and put them in the annotations so that UI can give proper feedback to users.
The text was updated successfully, but these errors were encountered: