Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-24 Thread muhammad . taiyab
Hi Alex, Thanks for letting me know, I have updated this value to 50 instances. If it worked then I will again update this to minimum working value for my application. On Saturday, August 24, 2013 11:36:36 PM UTC+5, Alex Burgel wrote: > > On Saturday, August 24, 2013 11:12:35 AM UTC-7, muhamma.

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-24 Thread Alex Burgel
On Saturday, August 24, 2013 11:12:35 AM UTC-7, muhamma...@k2-labs.com wrote: > Thanks Vinny P for your reply, > > I have increased the number of idle instances from Automatic to 100 and > lower the minimum pending latency slider from Automatic to 100ms. I will > update in few days if I faced t

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-24 Thread muhammad . taiyab
Thanks Vinny P for your reply, I have increased the number of idle instances from Automatic to 100 and lower the minimum pending latency slider from Automatic to 100ms. I will update in few days if I faced this issue again. On Saturday, August 24, 2013 8:15:07 AM UTC+5, Vinny P wrote: > > On Fr

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-23 Thread Vinny P
On Fri, Aug 23, 2013 at 2:38 AM, wrote: > I am again facing this error on my few applications. More than 12,000 hits > failed with this error in last 24 hours (about 26%) on my billing enabled > instance. Can anyone tell me what is happening? > > > Can you increase the number of idle instances

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-23 Thread muhammad . taiyab
I am again facing this error on my few applications. More than 12,000 hits failed with this error in last 24 hours (about 26%) on my billing enabled instance. Can anyone tell me what is happening? On Thursday, August 22, 2013 5:08:43 PM UTC+5, muhamma...@k2-labs.com wrote: > > I am not sure abou

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-22 Thread muhammad . taiyab
I am not sure about the exact error. The request doesn't reach my code. I have few log printings in my code that doesn't get printed. What I see in AppEngine logs is the following text. "Request was aborted after waiting too long to attempt to service your request." I have observed that this is

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-22 Thread timh
When you say timeout do you actually mean DeadlineExceededError ? Does this occurr when the instance is starting up or with already running instances ? T On Thursday, August 22, 2013 1:48:05 PM UTC+8, muhamma...@k2-labs.com wrote: > > Hi Vinny P, > > Thanks for your reply. > > The issue occurs m

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-21 Thread muhammad . taiyab
Hi Vinny P, Thanks for your reply. The issue occurs mostly between 11pm to 1am UTC. At that time all of my applications start giving error, even my applications that are only used by small number of QA users. Most of the services use only Datastore read/write calls and data processing. Moving

Re: [google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-21 Thread Vinny P
On Tue, Aug 20, 2013 at 2:38 AM, wrote: > I am getting the following errors on all of my AppEngine apps and unable > to connect to server. > "Request was aborted after waiting too long to attempt to service your > request." > I am using Python 2.5 runtime and Master/Slave datastore > I am facing

[google-appengine] Unable to connect to GAE apps due to Timeout errors

2013-08-20 Thread muhammad . taiyab
Hi GAE team, I am getting the following errors on all of my AppEngine apps and unable to connect to server. "Request was aborted after waiting too long to attempt to service your request." I am using Python 2.5 runtime and Master/Slave datastore I am facing this issue very frequently almost d