convert-document icon indicating copy to clipboard operation
convert-document copied to clipboard

FYI fails when doing multiple requests in parallel

Open panique opened this issue 5 years ago • 1 comments

Just as an information: This fails when doing multiple requests in parallel

panique avatar Oct 21 '20 02:10 panique

Yep, it's doing a lot of locking to make sure that only one request is being processed at the same time. The intended outcome is for the server to return an error 503 when the client should back off and try again, 400 if the document itself is invalid.

pudo avatar Oct 27 '20 09:10 pudo