On Dec 19, 12:02 pm, Marzia Niccolai <[email protected]> wrote:
> Hi,
>
> Most all of the DeadlineExceededErrors seem to be coming from the module
> loading of InstallAppEngineHelperForDjango().
>
> I'm not intimately familiar with what could be causing the loading of this
> module to always timeout, but perhaps another user has some valuable
> insight? The only advice I can give is that if you can trim down the number
> of imports being done on these requests you'll probably stop seeing this
> error.
It's from the loading of google-app-engine-django. I have been getting
this as well for my project as the loading of the helper also leads to
the importing of a lot of django code. In my situation I am using a
fresh checkout of the helper and Django 1.0.2 directly from source in
my app's directory. I am going to try to see if using a zip file helps
at all.
If not it will either require using Django 0.96 as included in the
SDK, switching to app-engine-patch if it can work under the deadline
limit, or simply not using any of the Django helper projects.
-Brett
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---