forked from diceguyd30/queso_to_go_template
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add a script to clear old queue entries and also the waiting time and the last online time of an user.
For example: remove all entries, where someone did not show up to the stream in the last month.
To add that script, cleanup.js could be created and also new settings could be created to configure when a user should be removed from the queue.
When the cleanup.js script is used, one could add it to the package.json scripts
Line 12 in f192340
| "scripts": { |
Alternatively this could also be implemented by adding a broadcaster only
!cleanup command or similar.
Having the queue make a backup of the queue, waiting times and online user times before cleanup the queue would also be a nice bonus.
This depends on issue #10
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request