You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The algorithm we use to store releases files works well with concurrency, where separate releases might be trying to store the same files, but if an import fails midway for some other reason you end up with a partially imported tarball which isn't easily fixable.
One solution might be to add a tarball_status field to releases which can be used to recover an import if it didn't successfully fully import.
The text was updated successfully, but these errors were encountered:
The algorithm we use to store releases files works well with concurrency, where separate releases might be trying to store the same files, but if an import fails midway for some other reason you end up with a partially imported tarball which isn't easily fixable.
One solution might be to add a
tarball_status
field to releases which can be used to recover an import if it didn't successfully fully import.The text was updated successfully, but these errors were encountered: