convert-document
convert-document copied to clipboard
FYI fails when doing multiple requests in parallel
Just as an information: This fails when doing multiple requests in parallel
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.