webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

Add expiry + clean up job for exported files

Open fm3 opened this issue 4 years ago • 0 comments

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?

fm3 avatar Feb 23 '21 11:02 fm3