Hello, This is the first time I am writing, so please if a miss something let me know.
I have a problem with the app engine backends instance, I am using django-nonrel and I tried the background thread and deferred.defer both in development and in production and here is the result: On Development (testing in my computer) background thread didn't work returning an error that it can not run on frontend instance, but the deferred.defer with _target:backend_name, worked and I could see that used the backend instance. On Production, both background thread (with the same error as above) and deferred.defer didn't work, the backend instance is not starting, the _ah/start is giving the 500 error, with all the backend instance configuration that I tried (resident, dynamic, public, B1, B2, B4, etc) So I have no more ideas and I couldn't find anyone in the same situation as me, if anyone could help I appreciate. Please let me know if needed more information. Regards Fabio -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
