-
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
limit the number of simultaneous servers #46
Comments
this should be possible starting from version |
We probably want to resolve #222 and SwissDataScienceCenter/renku-ui#686 before imposing these limits. |
Should this be moved to Amalthea? |
Not sure I think it should be the notebook service concern since it's also the one initiating new sessions. Why would it go to amalthea? It doesn't really know the concept of a user afaik. |
Yeah that is a good point @rokroskar I did not read the description well enough. I thought this talked about limiting the total number of all servers on a cluster. Not the number per user. |
When a user requests a new server, check how many are already running and if that number is equal to
MAX_USER_SERVERS
then shut down the oldest one before starting the new one.Note (@leafty): shutdown oldest from the same (project, user). The idea is that the user is iterating with his/her Docker image
The text was updated successfully, but these errors were encountered: