[google-appengine] Re: DeadlineExceeded on cold hits.

2010-06-01 Thread Brandon Thomson
Yes, we are also seeing this. Usually the call at the end of the traceback is something related to the filesystem. I think this is caused by the increasingly poor datastore performance. On Jun 1, 6:16 pm, Dave Peck wrote: > Hi, > > In the past week, I've seen an alarming number of DeadlineExceede

[google-appengine] Re: DeadlineExceeded on cold hits.

2010-06-02 Thread dloomer
I've been seeing increased DeadlineExceededErrors, and suspecting that it's an issue outside of my app but not sure. I'm not sure if a three- post thread of somewhat similar experiences proves anything or not; when you refer to "the increasingly poor datastore performance" is this something that's

[google-appengine] Re: DeadlineExceeded on cold hits.

2010-06-02 Thread bFlood
+1 On Jun 2, 11:19 am, dloomer wrote: > I've been seeing increased DeadlineExceededErrors, and suspecting that > it's an issue outside of my app but not sure.  I'm not sure if a three- > post thread of somewhat similar experiences proves anything or not; > when you refer to "the increasingly poor

[google-appengine] Re: DeadlineExceeded on cold hits.

2010-06-02 Thread ten_foot_ninja
+1 On Jun 2, 11:36 am, bFlood wrote: > +1 > > On Jun 2, 11:19 am, dloomer wrote: > > > > > I've been seeing increased DeadlineExceededErrors, and suspecting that > > it's an issue outside of my app but not sure.  I'm not sure if a three- > > post thread of somewhat similar experiences proves any

[google-appengine] Re: DeadlineExceeded on cold hits.

2010-06-02 Thread scarlac
+1 We've been having way too many of these errors for two weeks. Downtime is acceptable but this is ridiculous. This can't keep up or we'll have to rewrite our app and stop using appengine. We choose Google and expected stability and scalability so I'm very disappointed at the moment. On Jun 2, 12

[google-appengine] Re: DeadlineExceeded on cold hits.

2010-06-03 Thread Dave Peck
Can someone from the AppEngine team help us understand whether these issues are related to recent data store problems? In theory, I don't think they should be, because at least for me I'm seeing DeadlineExceeded very early on -- somewhere in Django before any of my code is run. But that's theory.

[google-appengine] Re: DeadlineExceeded on cold hits.

2010-06-03 Thread nischalshetty
+1 The deadline exceptions are beyond me. It's definitely not the 30 sec limit thingy happening. Seriously, Google App Engine is an excellent platform. I started using it because it was free to start with. But now I'm paying for usage and I think GAE should have some provision for paid users. A d

[google-appengine] Re: DeadlineExceeded on cold hits.

2010-06-08 Thread Dave Peck
Ping! Keeping this thread alive -- seems this has hit several people. Anyone have answers? Thanks, Dave On Jun 3, 7:03 pm, nischalshetty wrote: > +1 > > The deadline exceptions are beyond me. It's definitely not the 30 sec > limit thingy happening. > > Seriously, Google App Engine is an excell

Re: [google-appengine] Re: DeadlineExceeded on cold hits.

2010-06-01 Thread Waleed Abdulla
+1 and it's generally much higher on all requests, not only cold requests. On Tue, Jun 1, 2010 at 7:21 PM, Brandon Thomson wrote: > Yes, we are also seeing this. Usually the call at the end of the > traceback is something related to the filesystem. I think this is > caused by the increasingly