504 timeout issues
scmcca opened this issue · 4 comments
When running the CLI, many of my markdown files fail to translate with the message: "Request failed with status code 504".
Even some of my small files of 2 KB end with this error (although I have had better luck at different times). Any clues as to why these timeouts are happening, and plans to fix them as to make the CLI actually usable at any given time?
Thanks
Please retry with version 0.6.1. It could be related to an error that too many requests happened with the CLI.
Best regards
We tried with version 0.6.1 and the same issue remains. Is there a way to increase the server time allowed for a large file to process completely?
Also, this error happens often when trying to process many files at once using "*.md" as the file path input. Even if all files are relatively small (1-2 KB).
We fixed multiple performance issues related to markdown files today (on the server side).
As a result the response time is shorter and larger markdown files can be handled as well.
We will monitor the service closely and try to improve it even further. I keep you posted.