I'm noticing that as well. The performance of my task queues dropped significantly, and this might be the reason. The clock time that I calculate is much less than the time I see in my app engine logs. Sometimes the difference is 10 seconds or more. In other words, an extra 10 seconds delay is being added that is outside of the actual execution time of the request. There seems to be an infrastructure issue on GAE.
On Fri, Jun 17, 2011 at 9:27 AM, kevin <[email protected]> wrote: > Now the problem comes again. A request sometimes took even more than > 60s real time with 45ms cpu time. > > Anybody has idea? > > On Wed, Jun 15, 2011 at 10:20 AM, kevin <[email protected]> wrote: > > I met the same problem twice. > > > > Normal cpu time, but very high real time. > > according to the logs recorded by my code, it looks like very normal. > > And the response status are 200. > > > > That means appengine performed the job well at the normal level, but > > something of infrastructure slow down the response time for some > > reason. > > > > After hours, the problem suddenly leave as it suddenly come. > > > > I think this could a very critical issue if i running my App in > > business. Why no Googler come out to say something after 12 days? > > btw, I'm using M/S. > > > > On Sat, Jun 4, 2011 at 5:53 AM, Ricky Button <[email protected]> wrote: > >> I have taken a look at that post,and I'm not sure if the two issues are > >> related, I don't catch any DeadlineExceededExceptions anywhere > >> > >> If a Googler wants to take a look at my app, the id is "extemprep" > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "Google App Engine" group. > >> To view this discussion on the web visit > >> https://groups.google.com/d/msg/google-appengine/-/NG0zVmVhcGo4SFVK. > >> 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. > >> > > > > -- > 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. > > -- 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.
