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

Don't extract uploaded dataset archive when conversion is necessary, anyway #7846

Open
philippotto opened this issue May 30, 2024 · 0 comments

Comments

@philippotto
Copy link
Member

When uploading a dataset as a zip, the back-end currently unzips the archive and then delegates to the worker for conversion. However, the worker should do the unpacking (less load for the back-end and if this fails, we have a worker run in our system which we can work with to fix this).

If a dataset doesn't need to be converted, the back-end should do the unzipping as before.

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

No branches or pull requests

2 participants