The backlog too deep response is served once a request spends 15 seconds queued up waiting for a backend. Once the wait queue reaches a length of 50 requests, backlog too deep responses are served immediately.
On Sep 16, 2010, at 12:55 AM, Daniele wrote: > The queue is a numeric value you can see in the > HTTP_X_HEROKU_QUEUE_DEPTH header. > Of course it depends on the number of requests.. but I need to know > the max length after which we get the error page. > > On Sep 15, 9:18 pm, Teng Siong Ong <[email protected]> wrote: >> it depends on how long your processing time for each request. usually, it is >> about 5 requests per second. > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
