-
Notifications
You must be signed in to change notification settings - Fork 331
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
Peroidic tasks to remove incomplete file uploads #1326
Comments
Hello team, |
Not sure how relevant or required this is. But what comes to my mind at first glance are the following:
@gigincg @vigneshhari what do you think about this? |
i want to resolve this issue, can i start ? |
No this one is still need to be discussed. Meanwhile , you can work on other issues. |
@rithviknishad Regarding the relevancy of this issue, I noticed that we do have a pending TODO request about this behavior. So, maybe we can have a periodic task to check |
Is your feature request related to a problem? Please describe.
Currently, I believe we don't have a logic for deleting the incomplete s3 file uploads.
Describe the solution you'd like
Create a
periodic_task
which handles the deletion of incomplete s3 file uploads.soln I'm thinking of - the function would be deleting the files which are created till yesterday and are having
upload_completed=False
The text was updated successfully, but these errors were encountered: