We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to add some limitations to the containers like:
Max amount of time for the room in minutes and associated action like
{ "time_to_live": 60, "action": "delete" }
Some comments about implementation:
The text was updated successfully, but these errors were encountered:
There could be time to live specified as a duration, and we specify since when:
time to live
Alternatively setting just fixed time could also be accepted, let's say we want to stop room at 17:00 every day.
17:00
Action could be:
Thinking about this, we could also implement starting the room based on time/action when we have this code in place.
Sorry, something went wrong.
No branches or pull requests
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
Some comments about implementation:
The text was updated successfully, but these errors were encountered: