Hello Ankur,

Normally, those requests should be rerouted to other available instances or 
be converted to loading requests (if applicable).

It's possible that if the startup time of a particular app is too long and 
the scaling parameters are tightly constrained, pending requests will 
timeout.  Generally, though, these requests should seamlessly route to 
available instances.

On Wednesday, June 28, 2017 at 8:58:07 AM UTC-4, Ankur Choraywal wrote:
>
>
> down votefavorite 
> <https://stackoverflow.com/questions/44795589/what-happens-to-requests-in-instance-request-pending-queue-when-a-backend-instan#>
>
> I have B* instances running on App Engine(Python env) to serve user facing 
> requests. Sometimes I see B* instances getting terminated due to *Exceeded 
> soft private memory limit*
>
> I understand that increasing the instance class will solve the issue but I 
> have few queries regarding requests that are present in the Instance 
> Pending Queue !
>
> Assume we have 2 instances of B* instance class and we call it let say => 
> I-1, I-2
>
>    1. 
>    
>    What will happen to those requests that are there in I-1 Instance 
>    Request Pending Queue after the I-1 instance gets terminated due to some 
>    reason? Will those requests gets evicted from the instance queue as this 
>    instance got terminated ?
>    2. 
>    
>    Will the requests in Instance Pending Queue are Dequeued from the 
>    Instance Pending Queue for I-1 and will be put in I-2 Request Queue by the 
>    Request scheduler as soon as Request Scheduler finds that I-1 is shutting 
>    down due to some reason.
>    
> Any help regarding understanding these things will be highly appreciated !
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/499e5bc2-84ff-4293-a5d4-fd5b9b530e6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine... Ankur Choraywal
    • [google-appe... 'Yannick (Cloud Platform Support)' via Google App Engine

Reply via email to