[google-appengine] Deployment fails with Error Response: [5]

2021-02-04 Thread Prashant Hegde
Hello Team, Since this morning, our app deployment has been failing with an unusual error. This was working till IST midnight. The error we see is: *"ERROR: (gcloud.app.deploy) Error Response: [5] Cannot get cloud region in global job."* I also see that there are multiple stackoverflow questio

Re: [google-appengine] Re: Application went down - serving issues

2017-12-05 Thread Prashant Hegde
Hello ! Thanks for your response, I will file a report. The application is in another ID. Prashant On Wed, Dec 6, 2017 at 12:11 AM, 'Jordan (Cloud Platform Support)' via Google App Engine wrote: > Google Groups is reserved for general product discussions and not for > reporting Google-end issu

[google-appengine] Application went down - serving issues

2017-12-04 Thread Prashant Hegde
Hello ! One of our appengine applications went down this morning i.e around 5/Dec, 8.07 AM IST. We got continuous 500 errors. There were no billing issues, no quota issues. We tried : - Stopping and starting the specific version ( in some previous instances of this issue, this had worked!) - Mig

Re: [google-appengine] Re: Instances still getting killed and causing user 500's

2013-02-27 Thread Prashant Hegde
Many apps are hitting the same issue, starring the following may increase chances of getting resolution. The app engine performance is unpredictable. Right now, as far as we are concerned, the most effective solution is to offer prayers very sincerely every morning. http://code.google.com/p/google

[google-appengine] Abnormal instance restarting

2013-02-05 Thread Prashant Hegde
Has there been any change in the last 24 hours in the scheduler logic? Has there been any patch applied on some apps? Anyone experienced abnormal restarting of instances? Can someone from Google please look at this production issue? http://code.google.com/p/googleappengine/issues/detail?id=8773

Re: [google-appengine] giving up with GAE

2013-02-04 Thread Prashant Hegde
Not sure if you have tried the following. If it is a low traffic app, run a cron ( eg. Pingdom ), every 5/10 mins. Make your idle instance setting say Auto - 1 or 2. Pending latency relatively high ( say 7 seconds so that low pending latency does not cause new instance restarts). With multi threa

[google-appengine] F1 instance peak memory behavior clarification

2013-01-26 Thread Prashant Hegde
Hello, I tried google search and issue list to see if this is a reported issue. Sorry if I have missed any of the discussion on the topic before. We have an F1 instance with 1 QPS load. Our scheduler idle instance setting is "Auto - 3". After about 5-6 hours of operation at that load, memory re

Re: [google-appengine] Almost all emails not delivered.

2012-08-24 Thread Prashant Hegde
Hello Takashi, Thanks so much for the pointer. I must have missed reading this discussion. Sorry about that. I enabled DKIM for the domain, and it seems like app has started delivering emails. Best Regards. On 22-Aug-2012, at 7:12 AM, Takashi Matsuo wrote: > > Hi Prashant, > > Have you se

[google-appengine] Almost all emails not delivered.

2012-08-18 Thread Prashant Hegde
Hello! http://code.google.com/p/googleappengine/issues/detail?id=7974 We have reported a production issue (above) on email delivery failures for our app. Kindly look into it. Emails have suddenly stopped (almost all with only sporadic emails delivered ) for the last 2 weeks. It was fine earlier

Re: [google-appengine] Re: Startup time exceeded...on F4?!

2012-07-21 Thread Prashant Hegde
> This isn't a counterexample, for the reason that you mentioned in the > first sentence: you can serve everything off one instance. The > original poster needs multiple instances, and to be able to scale as > load changes. If you're not loading new instances, then startup time > is pretty much irr

Re: [google-appengine] Re: Startup time exceeded...on F4?!

2012-07-21 Thread Prashant Hegde
Here is a counter example. We are a small app with peak traffic of 1 request per second. We use java. No frameworks. We use jdo, guice. Startup time 20 seconds. Average request latency under 500 ms. We have been on appengine close to 2 years. Right now we are able to serve our users with one ins

Re: [google-appengine] Admin Settings: Number of Instances of my Application

2012-04-09 Thread Prashant Hegde
If it helps, here is a write up on what we did to somewhat simulate the single instance. Originally we had min instances = 1, max instances =1. This was resulting in higher average latencies due to spinning off of instances. Our warm ups takes around 20 seconds, but it only warms up and does n

[google-appengine] Re: Unable to upload new index - quota incorrectly showing 100%

2012-03-16 Thread Prashant Hegde
2nd Try! This issue was filed 33 hours ago. When we upload we get over quota errors. http://code.google.com/p/googleappengine/issues/detail?id=7154 ( Sorry previously I had quoted the wrong Link ) Prashant On 16-Mar-2012, at 10:58 PM, Prashant Hegde wrote: > http://code.google.com/p/goo

[google-appengine] Unable to upload new index - quota incorrectly showing 100%

2012-03-16 Thread Prashant Hegde
http://code.google.com/p/google-web-toolkit/issues/detail?id=7255 Even though we have 91 indexes after vacuuming quota is showing 100%. Not able to upload new code with an additional index. Please help. Prashant -- You received this message because you are subscribed to the Google Groups "Go

Re: [google-appengine] Re: It seems "Cold Starts" is an unavoidable problem for GAE. So why not to conquer it?

2012-03-15 Thread Prashant Hegde
Almost identical setup and observations. In addition, We are observing that one instance with very few warmups (spin offs of new instances) can be achieved with min instances = auto and max = 1. Our traffic is not that much ~ 1 QPS with mostly < 1 s latency Thanks Prashant On 15-Mar-2012,