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.
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.