VIDA-NYU / reproserver

A web application reproducing ReproZip packages in the cloud.
https://server.reprozip.org/
BSD 3-Clause "New" or "Revised" License
10 stars 8 forks source link

Async logging #76

Closed remram44 closed 2 years ago

remram44 commented 2 years ago

This will limit the number of requests sent (both HTTP or SQL transactions), remove a thread, and should ensure a stricter ordering between the lines of output. Hopefully will fix the flaky CI.