We are using Django v0.96, which is "included" with GAE (so, not the
Patch, but not webapp either).

Nick Winter's comment could be right ... maybe it's not Django, but
Django just has a lot of initialization code.  That being said, here's
an interesting and common log message that seems to show things
hanging in Django initialization (maybe Google got a bad Django binary
on some of its servers and they need to clear it out?).

   1.
      02-08 12:03PM 01.519 /hint/request 500 9025ms 672ms-cpu 1kb
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.6) Gecko/
2009011913 Firefox/3.0.6,gzip(gfe)
      See details
   2.
      E 02-08 12:03PM 10.534

      <class 'google.appengine.runtime.DeadlineExceededError'>:
      Traceback (most recent call last):
        File "/base/data/home/apps/judysapps/5.331236991686126139/
main.py", line 64, in <module>
          main()
        File "/base/data/home/apps/judysapps/5.331236991686126139/
main.py", line 61, in main
          util.run_wsgi_app(application)
        File "/base/python_lib/versions/1/google/appengine/ext/webapp/
util.py", line 76, in run_wsgi_app
          result = application(env, _start_response)
        File "/base/python_lib/versions/1/django/core/handlers/
wsgi.py", line 189, in __call__
          response = self.get_response(request)
        File "/base/python_lib/versions/1/django/core/handlers/
base.py", line 110, in get_response
          from django.views import debug
        File "/base/python_lib/versions/1/django/views/debug.py", line
3, in <module>
          from django.utils.html import escape
        File "/base/python_lib/versions/1/django/utils/html.py", line
1, in <module>
          "HTML utilities suitable for global use."





On Feb 8, 1:19 am, conman <constantin.christm...@googlemail.com>
wrote:
> Davel63, are you also using appengine patch?
>
> On 8 Feb., 04:48, Devel63 <danstic...@gmail.com> wrote:
>
> > We see the same thing, and just converted to Django.  Sounds like it
> > may be related to Django.
>
> > On Feb 7, 11:09 am, johnP <j...@thinkwave.com> wrote:
>
> > > No solution - just gathering information.  Looking more closely at the
> > > logs where the errors occur, the deadline exceeded pops up somewhere
> > > while loading and patching django.  This started a couple days ago.
> > > Maybe it'll go away?
>
> > > Oh well - I'm gonna enjoy the rest of the weekend, and will come back
> > > to this on Monday.  :)
>
> > > johnP
>
> > > On Feb 7, 10:59 am, conman <constantin.christm...@googlemail.com>
> > > wrote:
>
> > > > Yea, I am using appengine patch too and in my logs are a lot deadline
> > > > exceeded errors which result from
> > > > request on very simple pages without any datastore operations.
>
> > > > But what's the problem? I have the feeling app engine is lagging at
> > > > this time of the day but that may be a oversimplification...
> > > > What's your solution to that problem - or are you just igoring it?
>
> > > > Constantin
>
> > > > On 7 Feb., 19:37, johnP <j...@thinkwave.com> wrote:
>
> > > > > I saw similar issues (with a google-issued, non-customized 500
> > > > > deadline exceeded error).  I'm using appengine patch, and saw a large
> > > > > increase in zipimporter calls.  It seemed like a large number of
> > > > > requests were reloading the entire Django environment (and maybe doing
> > > > > so more slowly than usual...) which resulted in periodic deadline
> > > > > exceeded errors on very simple pages.    Sound possible?
>
> > > > > johnP
>
> > > > > On Feb 7, 9:29 am, conman <constantin.christm...@googlemail.com>
> > > > > wrote:
>
> > > > > > It's happening again!!
>
> > > > > > Our site is not accessible but instead showing a google 500 server
> > > > > > error page!!!
>
> > > > > > The whole day everything worked normal but in the early evening
> > > > > > (Germany/Europe) or forenoon (PST) the serving of the site is broken
> > > > > > again - and I definitively didn't change anything today!
>
> > > > > > Yesterday at the same time of the day app engine had the exact same
> > > > > > problem:http://groups.google.com/group/google-appengine/browse_thread/thread/...
>
> > > > > > What's up with that and where can I report this error so someone at
> > > > > > google will look into that?
>
> > > > > > Regards,
> > > > > > Constantin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to