-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Feature] Automatically stop room when all admins leave #28
Comments
Should be either destroy or stop, the admin chooses between the two options what do you think? because with destroy it can save up ports. but then if you add the destroy option it should have a counter, if admin leaves and didn't join back within a specific amount of hours the room will be deleted. |
That sounds as a good idea. Yes, exactly, there should be timeout how long a room can be active with no admin logged in and once it expires, that room would be garbage collected. Would be a nice feature for PR some day. |
yeah exactly |
Question tho, stopping the room stops it from taking any resources? because even when it is stopped the port is still staken, does it apply to the CPU and Ram usage? |
Yes, stopping the room stops it from taking any resources. Port allocation stays, because it is part of the initial configuration (when creating a room) and cannot be modified on start (those are docker limitations). |
Thank you for your answer <3 |
Closed in favor of: #76 |
Should be toggle option. For better security.
The text was updated successfully, but these errors were encountered: