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
{{ message }}
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
When submitting a task through api.py a temporary directory is created with the submitted file in it. This temporary is used to preserve the filename of the sample. However, as this information is also available in the database, it's not actually required, and thus the logic of the temporary directory can be removed.
The actual bug is the fact that the temporary directory is not actually removed upon deleting the task, thus leaving thousands upon thousands temporary directories around (assuming you have that many tasks).
The text was updated successfully, but these errors were encountered:
When submitting a task through
api.py
a temporary directory is created with the submitted file in it. This temporary is used to preserve the filename of the sample. However, as this information is also available in the database, it's not actually required, and thus the logic of the temporary directory can be removed.The actual bug is the fact that the temporary directory is not actually removed upon deleting the task, thus leaving thousands upon thousands temporary directories around (assuming you have that many tasks).
The text was updated successfully, but these errors were encountered: