Lifecycle of objects in retry_upload_pipeline
Open
Refactoring
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 42
Description
If you look in ```retry_upload_pipeline``` code is:
```
upload_data = get_upload_data_for_uploaded_file(uploaded_file)
if upload_pipeline.file_type == UploadedFileTypes.VCF:
...
else:
upload_data.delete()
```
Look into whether it's a good idea to just delete the uploaded files? And whether the objects are cleaning up after themselves?
I think I have special case code for a few things, but maybe should do this better
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.