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

Remove unavailable recordings after being unavailable for some time #134

Open
daronco opened this issue Aug 10, 2016 · 0 comments
Open

Remove unavailable recordings after being unavailable for some time #134

daronco opened this issue Aug 10, 2016 · 0 comments

Comments

@daronco
Copy link
Member

daronco commented Aug 10, 2016

Recordings that are not available in the web conference server are kept in the database and marked as unavailable. This is done to prevent issues in case the server is not responding for a short time, for example.

However, keeping the unavailable recordings in the database for ever is not a good thing. If a recording is removed from the web conference server manually, for example, it will not be removed from the database and will be there until someone manually deletes it.

There could be a maximum amount of time that unavailable recordings are kept in the database before they are removed automatically. A worker could do it in background and remove recordings that were marked as unavailable e.g. 7+ days ago.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant