Requests are slow after scaling after warmup

59 views Asked by At

When my server scales out for almost 1 minute all my requests are slow. I have warm up in place and I can see that my DB calls and BlobStorage calls are very fast (in total less than 200 ms) but the request takes a lot more (for example 15 second)

Also, looking at the dependencies all calls to the dependencies comes back really fast but there is a big gap between them.

What can I do to fix it?

Requests

Requests

Dependencies for a slow request at 6:10:48

Dependencies

  • The ARR Affinity is set to off
  • Always On is on
0

There are 0 answers