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

Do not unpack uploaded archive in route handler #14

Open
sverhoeven opened this issue Nov 4, 2022 · 0 comments
Open

Do not unpack uploaded archive in route handler #14

sverhoeven opened this issue Nov 4, 2022 · 0 comments

Comments

@sverhoeven
Copy link
Member

Now the uploaded archive file is unpacked in the route handler method. When the uploaded file is very big this can cause timeouts for the http response.

It would be nice if the unpacking could be done in by in the background.
Some scheduler could be required to stage the archive on some remote filesystem , we can skip doing local (for web service) unpacking.

It would also be nice if the archive could be checked to contain the config file without unpacking it. To prevent submitting a job that is known to fail.

@sverhoeven sverhoeven changed the title Dont unpack uploaded archive in route handler Do not unpack uploaded archive in route handler Nov 4, 2022
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