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

Delete files left in the temp folder without affecting the ongoing converting #22

Open
xiaofengxie128 opened this issue Jul 4, 2023 · 0 comments
Assignees

Comments

@xiaofengxie128
Copy link
Collaborator

When files are first uploaded to "/var/temp" (inside containers), they will normally be deleted or moved after extraction or other processing. However, if somehow the processing failed or system shut down (all rare cases), files can accumulate in this folder and need be purged without affect ongoing process.

Proposed solutions:
Record file list inside /var/temp in the daily process (inside automated_tasks.py) to a file, and purge all the files and folders in that list next day.

@xiaofengxie128 xiaofengxie128 added the bug Something isn't working label Jul 4, 2023
@xiaofengxie128 xiaofengxie128 self-assigned this Jul 4, 2023
@xiaofengxie128 xiaofengxie128 added minor issue and removed bug Something isn't working labels Jul 6, 2023
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