Hi Chip, Sorry to hear that you are facing errors for your app too.
This has been a recurring issue for my app recently.. http://groups.google.com/group/google-appengine/browse_thread/thread/47a765bf9740c951/6f766324e3a0d4d2 Even though my app is on MS, the actual datastore queries are pretty fast. It is the time to load the application and the time to write out django templates that is taking more time and incidentally they both involve reading/loading the application's uploaded files. I had mentioned about this in a comment to my production issue on Dec 29th.. http://code.google.com/p/googleappengine/issues/detail?id=6629#c3 But sadly there has been no word regarding this from Google staff. Mine is a paid-app used by many users for storing their data online. If you can afford to move away from Google App Engine, you should do so now.. before you regret for having bet on the wrong platform. Regards, Raj On Mon, Jan 9, 2012 at 9:51 PM, Chip <[email protected]> wrote: > We're suddenly seeing a spike of DeadlineExceededError errors that > look like the GAE is having trouble importing its built-in modules. > Its an HR application in Python. This application is pre-release and > getting very little traffic. > > Here's a sample error, but it seems to happen with many different > modules: > > <class 'google.appengine.runtime.DeadlineExceededError'>: > Traceback (most recent call last): > File "/base/data/home/apps/[appid]/1.355978131891365971/stream.py", > line 8, in <module> > import stdinclude > File "/base/data/home/apps/[appid]/1.355978131891365971/ > stdinclude.py", line 17, in <module> > from google.appengine.ext.webapp import template > File "/base/python_runtime/python_lib/versions/1/google/appengine/ > ext/webapp/template.py", line 68, in <module> > import django.template > File "/base/python_runtime/python_lib/versions/third_party/ > django-1.2/django/template/__init__.py", line 60, in <module> > from django.utils.text import smart_split, > unescape_string_literal, get_text_list > File "/base/python_runtime/python_lib/versions/third_party/ > django-1.2/django/utils/text.py", line 1, in <module> > import re > > Note that this is the entire error, which indicates to me the problem > is with importing modules. > > -- > 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.
