Azure AI Document Intelligence : Latency Issue
I am using the Node SDK of @azure/ai-form-recognizer
in my project and am experiencing latency issues. While debugging with New Relic, I found transaction traces related to formrecognizer/documentModels
. Within these traces, there are internal calls made by the Node SDK, and I identified two calls to timers.setTimeout
, each taking approximately 5 seconds.
I would like to reduce this timeout duration to improve the overall latency of our application. Below are the request IDs for your reference:
- 35a361e2-eb60-4a79-b1a2-8e25b7613b4f
- 3f835618-24ec-492b-9eb9-bca2bf0279c9
Could you please assist in understanding the source of these setTimeout
calls and provide guidance on how to reduce this time?