We are moving much of our taskqueue work to dynamic backends. One obvious question we're faced with is "how many (max) instances do we need for our background work?"
If we are feeding all of our work to our dynamic backends via taskqueue, will we see the queues get backed up if the backend instances cannot keep up? Or, alternatively, do the queued tasks pop off at their configured rate and drop into a different request queue for the backend pool? If the latter, how long will the requests stay on this other "backend pool request queue" (e.g., they will stay for 10s on the front-end instance request queue, or have in the past; is there an equivalent timeout for backends)? Is there any way to get visibility into this other queue, if it exists? Thanks for any info, j -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
