-
Notifications
You must be signed in to change notification settings - Fork 6
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
Fix the notebook status when stopping a server #513
Comments
Currently, when stopping a running notebook, the status button changes to The problem is that the |
I would prefer not to have a popup. I thought there was an issue in renku-notebooks to fix this behavior, but I do not see it. My preferred solution is to delay the first request so that we don't get the false response, though fixed the problem at the source would be best. |
At the moment the UI modifies the status of the server to "pending" immediately after invoking the stop API without waiting for the response since it takes a few seconds and we wanted to give immediate feedback to the user. It used to work well with the previous version of the APIs, but now the k8 status is used and there is a misalignment with the Technically, when the response from the delete API comes a few seconds later, the status of the server is On the frontend, I thought that using a modal could be a way to wait while the stop command has gone through. |
The notebook server status continues to show "Ready" for some time after the user deletes it.
The text was updated successfully, but these errors were encountered: