Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recoverable import failures #459

Open
RaoulHC opened this issue Oct 18, 2023 · 0 comments
Open

Recoverable import failures #459

RaoulHC opened this issue Oct 18, 2023 · 0 comments

Comments

@RaoulHC
Copy link
Contributor

RaoulHC commented Oct 18, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant