Open zaneselvans opened 1 year ago
Scope:
Next steps:
await self.depositor.create_file
with a try/except
that catches the ValueError and instantiates a PDB so we can investigateretry_coro
to fail on its first try and see if this consistently fails
Running the MSHA Mines archiver locally, I'm frequently getting I/O errors during upload, which don't seem to trigger a retry. This seems to be happening on the larger files (a couple 100 MB, by process of elimination), but I'm not sure which upload is actually failing.
I'm not sure if there as any issue with the file itself, as the temporary download directory is cleaned up at the end of the archiver run, but they're zipfiles, and so they should have been verified as valid zipfiles upon download.