Docs

    If your Azure App Service is receiving more requests than it can handle, requests will begin to get backed up in the application queue. Blue Matador automatically watches the RequestsInApplicationQueue metric and creates events when this situation occurs.


    Effects


    When requests get backed up in your App Service, you’ll start to see timeouts in other parts of your application. You may also see adverse effects on the performance of your app service as it struggles to keep up with requests.

     

    Fixes


    The root causes for high number of requests in the application queue are likely related to your application, but the troubleshooting steps are the same for most applications:

    1. Temporarily scale out (or scale up if you are at the limits of your pricing tier) while you fix the issue.
    2. Enable and check the diagnostic logs for your app service. Look for endpoints that are being called more frequently than usual, or that are taking a long time to respond.


    Resources