You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sverhoeven
changed the title
Dont unpack uploaded archive in route handler
Do not unpack uploaded archive in route handler
Nov 4, 2022
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.
The text was updated successfully, but these errors were encountered: