webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

Slim down finishUpload route

Open fm3 opened this issue 2 months ago • 0 comments

Requests to finishUpload are slow. The server unzips the uploaded dataset, performs a number of checks, and, if enabled, creates a copy, forwards to S3.

Users might run into browser request timeouts for that. We should introduce a polling model instead, or maybe move some of these tasks to the worker altogether.

Related: #7846

fm3 avatar Oct 07 '25 09:10 fm3