You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: