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

Add expiry + clean up job for exported files #5202

Open
fm3 opened this issue Feb 23, 2021 · 0 comments
Open

Add expiry + clean up job for exported files #5202

fm3 opened this issue Feb 23, 2021 · 0 comments

Comments

@fm3
Copy link
Member

fm3 commented Feb 23, 2021

Exported files are stored on the server (for now a zipfile each) – those should not stay there indefinitely, we should introduce expiry and a clean up job.

The expiry should also be communicated to the user.

Also, intermediate files in .converting should be cleaned up periodically

The question is where to store the expiry timestamps (they need to survive backend restarts). Redis again? Or directly on disk in filenames/additional files?

We could also use modified timestamps from the filesystem.

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

2 participants