mumuki / mumuki-laboratory

:microscope: Where students practice and receive automated and human feedback

Home Page:http://mumuki.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResultsBox doesn't finish processing if file uploaded is ~3MB or bigger

felipecalvo opened this issue · comments

It gets stuck on the :processing_your_solution message, even though the solution is sent, processed and stored on the database (at least locally).

See when uploading a 1.64KB file, jaja.txt, POST finishes in 455ms and the corresponding :manual_evaluation_pending message appears.

Screenshot from 2021-01-27 15-50-12

When uploading a 2.87MB file, large.txt, POST also finishes - though slower, of course, at 1540ms, but ResultsBox is permanently stuck.

Screenshot from 2021-01-27 15-50-27

The solution is processed, though. In fact, it can be downloaded through the :download button if the page is refreshed.

Closed by #1558 which limits uploads to 256kb.