When re-attempting to archive an URL for which archive_error is True, and the new download attempt fails, the data file will be re-written to write the archive_error: True field.
However this is not needed (since the key is already set), and wastes time writing the temporary file and copying it back to the data file (especially with large data files).
When re-attempting to archive an URL for which
archive_error
is True, and the new download attempt fails, the data file will be re-written to write thearchive_error: True
field.However this is not needed (since the key is already set), and wastes time writing the temporary file and copying it back to the data file (especially with large data files).