Hey Tim, If I recall correctly, I don't think you are using Django.
But for those that are, Django 1.1 is provided by Google as a library now and it purports to clean up issues around "partial inflation" (my words) - that is, if the rug is pulled out from under by DeadlineExceededError, the instance is not supposed to be in a bad state. j On Dec 26, 6:27 pm, Tim Hoffman <[email protected]> wrote: > Futher complicating the issue, it appears that unused instances are > hanging around for a long time, which means > if something has gone wrong due to startup errors due to > DeadlineExceeded we end up with broken instances hanging around far > too long. > > T > > On Dec 27, 8:10 am, Tim Hoffman <[email protected]> wrote: > > > > > Hi > > > Over the last few days we are experiencing large numbers of > > DeadLineExceededErrors. > > > Nothing is being reported in system status, but app engine is > > definately taking too long to start up instances. > > > Is someone keeping a look out at google. > > > I will also repeat my (repeatedley requested) request for the system > > status to be showing the performance > > of something significant like starting up Django. > > > Rgds > > > Tim -- 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.
