Be sure you do not have something that is periodically creating a burst of tasks into a task queue. I believe the scheduler responds to this by thinking, "Wow. I've got a lot of tasks to clear as soon as possible." This could be very detrimental to your instance counts as you may get a burst of instances to clear the tasks - yet each instance lives many minutes past its useful purpose. Look to your queue.yaml to govern any TQ that does not need quick response.
HTH, stevep On Dec 21, 8:03 pm, KK <[email protected]> wrote: > Hi, > > My dashboard shows that my apps's Frontend Instance Hours is more than 50% > in about 18 hours and it has only received about 200 requests. > > Frontend Instance Hours > [image: 53%] > 53%14.90 of 28.00 Instance HoursOkay > > I am not sure how the number of instance hours could be so high for such a > small number of requests. > > I would appreciate if someone could help me understand > - why the instance hours percent is so high for such a small number of > requests > - Is there any thing I can do in my code to improve this > - What happens when the number of instance hours reach its limit. Does the > appengine stop serving the requests? or the responses just get delayed? > > Thanks > Krishna -- 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.
