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

File hash check doesn't take errors into account #189

Open
ThrawnCA opened this issue May 26, 2023 · 1 comment
Open

File hash check doesn't take errors into account #189

ThrawnCA opened this issue May 26, 2023 · 1 comment

Comments

@ThrawnCA
Copy link
Collaborator

The hash check for skipping XLoader only takes the previous successful run into account, not failed runs, even though failed runs can still wipe the datastore.

This means that if you upload a valid file, then an invalid one that causes parsing errors, then try to re-upload the valid one, the file will be skipped because the hash is unchanged, and the datastore will be left unpopulated.

@duttonw
Copy link
Collaborator

duttonw commented Apr 5, 2024

There is a workaround for this by using the manual submit on the resource. This does mean there is a major time delay if missed.

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

2 participants