Skip to content

Commit df0ad21

Browse files
authored
Update faq.yml
Add an FAQ on long latency/low performance
1 parent d75ff46 commit df0ad21

File tree

1 file changed

+10
-0
lines changed
  • articles/applied-ai-services/form-recognizer

1 file changed

+10
-0
lines changed

articles/applied-ai-services/form-recognizer/faq.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,16 @@ sections:
253253
254254
Learn more about Form Recognizer [service quotas and limits](service-limits.md)
255255
256+
- question: |
257+
What can I do when there's a long latency of the request?
258+
answer: |
259+
260+
- The occasional variability in latency and performance is inherent in any micro-service based stateless, async service that processes images and large documents at scale and while we are continuously scaling up the hardware and capacity and scaling capabilities, you can see still see those issues at run time.
261+
262+
- Typically, you will apply longer timeouts to account for the random latency spikes. In this case, a timeout of 1 to 2 minutes should be used to catch all responses. If not, you can try the call again after a short delay.
263+
264+
- You can also consider enabling a backup resource in another region to mitigate the latency impact.
265+
256266
- name: Custom models
257267
questions:
258268
- question: |

0 commit comments

Comments
 (0)