quince-science / QuinCe

QuinCe is an online tool for processing and quality control of data from scientific instruments, with a primary focus on oceanic data.
https://quince.science
GNU General Public License v3.0
7 stars 8 forks source link

Revise file upload screen #2895

Closed squaregoldfish closed 7 months ago

squaregoldfish commented 7 months ago

The file upload screen can cause runaway problems, especially if loads of files are uploaded at once. This is because the back end tries to process everything in parallel, and that (a) overloads the system anyway, and (b) causes concurrency failures when updating the front end during the processing.