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

Provide more graceful errors for upload errors with memory issues #49

Open
flaneuse opened this issue Jun 19, 2020 · 1 comment
Open

Comments

@flaneuse
Copy link
Member

Related to #38 (front-end problems with big uploads). Occasionally, when there are large number of documents to be added to the backend, the upload will fail, returning initially a 520 error followed by some 503 ones. It becomes challenging to decipher which records were successfully uploaded and which failed, as well as trying to understand why the upload failed.

@flaneuse
Copy link
Member Author

Memory errors are transient, I believe related to the recursive nature of the schema validation.

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

No branches or pull requests

1 participant