Skip to content
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 request]: Limit neko room lifetime - auto remove/stop rooms #76

Open
gbrian opened this issue Nov 19, 2022 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@gbrian
Copy link
Contributor

gbrian commented Nov 19, 2022

I'd like to add some limitations to the containers like:

Running limits and constrains

Max amount of time for the room in minutes and associated action like

{
    "time_to_live": 60,
    "action": "delete"
}

Some comments about implementation:

@m1k1o m1k1o added the enhancement New feature or request label Nov 19, 2022
@m1k1o
Copy link
Owner

m1k1o commented Nov 19, 2022

There could be time to live specified as a duration, and we specify since when:

  • since room created
  • since room started
  • since last admin left
  • since last member left

Alternatively setting just fixed time could also be accepted, let's say we want to stop room at 17:00 every day.

Action could be:

  • delete room
  • stop room
  • pause room

Thinking about this, we could also implement starting the room based on time/action when we have this code in place.

@m1k1o m1k1o changed the title [Feature request]: Limit neko rooms resources [Feature request]: Limit neko room lifetime - auto remove/stop rooms Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants