[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread Tim Hoffman
Hi I am not seeing any DeadlineExceeded today. Whenever we have had problems we definately see errors in the dashboard log. If you don't see anything in the dashboard then the requests are not even making it to your application. In that case the problem will be somewhere else. Possibly in the

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread Flips
What do you mean by startup times and keeping things fast?  If you mean timeouts (i.e. 30 second limit) or errors, I'm not getting any of those (dashboard shows zero errors).  GAE system status shows everything is fine. To be more specific about my error, I haven't been getting many HTTP

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread jonmidd
I am now ONLY getting 500 server Errors - http://www.coffeesecrets.co.nz I maintain a test version that just serves a static page for cases like this and that is failing too? I have never seen this kind of down time before? On Aug 3, 6:26 pm, Flips p...@script-network.com wrote: What do you

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread jonmidd
My issue looks like it may be an issue with Django on the server: From the logs: File /base/python_runtime/python_lib/versions/third_party/django-1.1/ django/db/models/sql/query.py, line 17, in module from django.db.models import signals ImportError: cannot import name signals On Aug 3,

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread jonmidd
I uploaded it as another version and set that as the default, appears to be OK again, not sure why the old version gave up serving pages? On Aug 3, 7:55 pm, jonmidd jon.middle...@gmail.com wrote: My issue looks like it may be an issue with Django on the server: From the logs: File

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread Tim Hoffman
If you get DeadlineExceeded error during import phase you can sometimes get a stuck instance that can't import some modules on future requests, and if you keep hitting the running instance you can get wierd import errors. It doesn't happen very often now (but did back 4-5 months ago) to us. I

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread chris.khoo
Interesting note about the ISP/DNS issue... if the problem recurs again (it's working fine at the moment), I'll try the appspot version to see if it is indeed DNS. Thanks Chris On Aug 3, 4:13 pm, Tim Hoffman zutes...@gmail.com wrote: Hi I am not seeing any DeadlineExceeded today. Whenever

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-03 Thread chris.khoo
Hi Tim I think you're right. When the app started dropping requests earlier today, I immediately switched to the appspot version and it worked fine. Now to figure out whether it's my domain registrar or ISP... Thanks heaps! Chris On Aug 3, 4:13 pm, Tim Hoffman zutes...@gmail.com wrote: Hi

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-02 Thread Tim Hoffman
Hi On Aug 3, 10:01 am, chris.khoo chris.k...@gmail.com wrote: Hi One of my apps -www.neuroncafe.comis dropping way too many requests at the moment. No Anyone feeling the pain as well? No To be honest, I'm very disappointed with GAE so far.  I'm not writing any more apps on it until

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-02 Thread chris.khoo
Hi Tim What do you mean by startup times and keeping things fast? If you mean timeouts (i.e. 30 second limit) or errors, I'm not getting any of those (dashboard shows zero errors). GAE system status shows everything is fine. To be more specific about my error, I haven't been getting many HTTP

[google-appengine] Re: Is GAE dropping alot of requests for you at the moment?

2010-08-02 Thread jonmidd
The service does appear to be slower today. I have seen a few server DeadlineExceededErrors today too (http:// www.coffeesecrets.co.nz/) But I have to say the service reliability has generally been much better of late. Jon. On Aug 3, 3:42 pm, chris.khoo chris.k...@gmail.com wrote: Hi Tim