Occasional download failure of database snapshot 'hpr.sql' #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When attempting to download this file it is possible to receive the following error:
It seems likely that the file is unavailable because it is being written at that moment.
It would be better if the process that generates the file used the more resilient approach which makes the update "atomic". In general this consists of:
mvto overwrite the existing file with the new one, this is an atomic processSee the StackExchange discussion of this: rewrite existing file so that it gets replaced by new version atomically, only once fully written