Empty rooms using resources - should rooms expire? #50

Open
opened 2026-02-20 10:13:38 -05:00 by deekerman · 2 comments
Owner

Originally created by @andypymont on GitHub (Jan 12, 2021).

Concerns that e.g. hitting the homepage may lead to creation of empty rooms. Plus people may 'abandon' a room at a later date, leading to old rooms sitting around on the server unused.

Originally created by @andypymont on GitHub (Jan 12, 2021). Concerns that e.g. hitting the homepage may lead to creation of empty rooms. Plus people may 'abandon' a room at a later date, leading to old rooms sitting around on the server unused.
Author
Owner

@andypymont commented on GitHub (Jan 12, 2021):

Ideas:

  • Rooms have a default expiry time, e.g. 30 days (with an opt-out available to make a room permanent?)
  • Should there be a homepage on the root URL - could have any key links as well as 'create room'/'join room' sections. One more click for people to get to an empty room but would stop incidental traffic creating new rooms.
  • Also, what about images - if a user uploads an image for a token or card, it gets saved as /assets/abc123. but do these get deleted if there is no widget referencing them any more, or do they still exist?
@andypymont commented on GitHub (Jan 12, 2021): Ideas: - Rooms have a default expiry time, e.g. 30 days (with an opt-out available to make a room permanent?) - Should there be a homepage on the root URL - could have any key links as well as 'create room'/'join room' sections. One more click for people to get to an empty room but would stop incidental traffic creating new rooms. - Also, what about images - if a user uploads an image for a token or card, it gets saved as /assets/abc123. but do these get deleted if there is no widget referencing them any more, or do they still exist?
Author
Owner

@robartsd commented on GitHub (Feb 10, 2022):

Empty rooms are now deleted automatically if all players leave. The process has not been fully automated, but periodically unused resources (rooms that have not been accessed for a long time and assets that are not referred to by any room) have been deleted to free up storage. Should we close this issue or wait until fully automating the removal process?

@robartsd commented on GitHub (Feb 10, 2022): Empty rooms are now deleted automatically if all players leave. The process has not been fully automated, but periodically unused resources (rooms that have not been accessed for a long time and assets that are not referred to by any room) have been deleted to free up storage. Should we close this issue or wait until fully automating the removal process?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/virtualtabletop#50
No description provided.