Re: [google-appengine] Can anyone explain 5.8 million DB operations?

2012-07-05 Thread Sarang
ng, it might even be a red-herring that the the bulk > update was the issue. Looking at your screenshot, you had a much > higher request rate for the prev 3 hours. > It was the update that was taking all this time. Updates from remote shell are very slow. So it took 3 hrs for 1000 o

Re: [google-appengine] Can anyone explain 5.8 million DB operations?

2012-07-05 Thread Sarang
l our quota! Regards, Sarang On Thursday, July 5, 2012 6:23:49 PM UTC+5:30, barryhunter wrote: > > > > On Thu, Jul 5, 2012 at 1:40 PM, Sarang wrote: > > >> tell us what is the "right" way to make such changes? >> > > Well the datastore is in genera

Re: [google-appengine] Can anyone explain 5.8 million DB operations?

2012-07-05 Thread Sarang
Can anyone from Google care to explain this and tell us what is the "right" way to make such changes? Otherwise it is very difficult to justify using GAE for us. Thanks. Sarang On Wednesday, July 4, 2012 9:26:59 AM UTC+5:30, Sarang wrote: > > Thank you for the replies. I wi

Re: [google-appengine] Can anyone explain 5.8 million DB operations?

2012-07-03 Thread Sarang
IndexesTotal Size:697 KBytes5 MBytes0 BytesEntry count:1,61643,6420Average Size:441 Bytes127 Bytes Any pointers would be highly appreciated. If anyone can replicate this on their end, that would also be really helpful. Regards, Sarang On Wednesday, July 4, 2012 1:51:20 AM UTC+5:30, Jeff Schnitzer

[google-appengine] Can anyone explain 5.8 million DB operations?

2012-07-03 Thread Sarang
://gyazo.com/2dc918ac61c3af295378b8c1a54de77a This is absolutely crazy. Can anyone from the App Engine team please explain this? My setup is Django non-rel. The model had only a few fields and I am not doing anything special in save() method. Regards, Sarang -- You received this message because you

[google-appengine] Re: DeadlineExceededError on HRD and sky-high latency (python27+threadsafe)

2011-12-06 Thread Sarang
Glad to see this post as I am also suffering at the hands of GAE for the last month now. Every now and then DeadlineExceeded errors shoot up giving response times of over a minute! See my thread: https://groups.google.com/forum/?hl=en#!topic/google-appengine/NpqadsOUyZ4 Sarang -- You

[google-appengine] Re: DeadlineExceeded errors haunting every now and then

2011-12-06 Thread Sarang
en so many of your users are experiencing the same issues and your "status" shows everything is OK! Sarang -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.goo

[google-appengine] Re: DeadlineExceeded errors haunting every now and then

2011-12-06 Thread Sarang
Just wanted to point that I opened a ticket on Nov 18th for this issue, and there is still no reply or anything else for that matter from Google. http://code.google.com/p/googleappengine/issues/list?can=4&cursor=googleappengine%3A6359&ts=1323189503&updated=6359 -- You received this message beca

[google-appengine] Re: DeadlineExceeded errors haunting every now and then

2011-12-06 Thread Sarang
These errors come every once in a while, so could not be my code. Even if it is my code, I expect "service" from GAE folks. If they cannot provide service, then they should stop building software for end customers. My respect for Google has just gone down a notch. Sarang -- You rec

[google-appengine] DeadlineExceeded errors haunting every now and then

2011-12-05 Thread Sarang
, I assume these are nothing to do with my setup, and everything to do with GAE. Is anyone monitoring these at all? For me GAE has not yet gotten out of beta.. it is very much in beta and I have to pay for a beta product now :( Can anyone from Google please reply. Regards, Sarang -- You

[google-appengine] Re: Large number of "DeadlineExceededError" messages today

2011-11-18 Thread Sarang
Image supporting my claim: http://gyazo.com/dd61191f48d22ac6e43d563aeb105674 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/NVikM0dGmGIJ. To post

[google-appengine] Large number of "DeadlineExceededError" messages today

2011-11-18 Thread Sarang
I am suddenly seeing a jump in DeadlineExceededError messags. Any idea what is going wrong? There was no change from my end as far as I can tell. my app: mycontactidbeta Anyone else seeing this behavior? Sarang -- You received this message because you are subscribed to the Google Groups

[google-appengine] deploy not working

2011-08-04 Thread Sarang
Hello, For the past couple of hours, deployment is not working (see the log output below, it always stops after cloning 700 files). I am using ./manage.py deploy --nosyncdb command like always. Could someone please let me know when this issue will be resolved? Thanks Sarang Cloned 700 files

[google-appengine] Re: Poor performance since the past 2-3 days

2011-05-26 Thread Sarang
Same here. No more issues. Thanks Google team! Sarang myContactID: **2010-1399-1401*<http://www.theContactID.com/add/201013991401/> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to

Re: RE: RE: RE: RE: [google-appengine] Poor performance since the past 2-3 days

2011-05-24 Thread Sarang
GAE issue that has been patched? Sarang -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to google-appengin

Re: RE: RE: RE: [google-appengine] Poor performance since the past 2-3 days

2011-05-24 Thread Sarang
I have already seen that blog, thanks. Does not help me in this case though. The first part of the blog is talking about 1-2 seconds as a high time for response. I am talking about 100-500 second response time! The second part is pointing to a possible temporary hickup in BigTable. Sarang

[google-appengine] Re: 500 Server Error

2011-05-24 Thread Sarang
This is not a Google App Engine error. Expand one of the error messages to see where it is failing. Your code is not able to import a module it looks like. Run your code locally using dev_appserver and debug the problem. Sarang -- You received this message because you are subscribed to the

Re: RE: RE: [google-appengine] Poor performance since the past 2-3 days

2011-05-24 Thread Sarang
Brendon, if it was a code problem, it would be reproducible and happen all the time isn't it? This is happening every once in a while. And this is code from Django. Sarang -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

Re: RE: RE: RE: [google-appengine] Poor performance since the past 2-3 days

2011-05-24 Thread Sarang
Brendon, thanks for clarifying and thanks for the help so far. I do hope someone from Google responds soon. Sarang -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegrou

Re: RE: [google-appengine] Poor performance since the past 2-3 days

2011-05-23 Thread Sarang
he process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. If you see this message frequently, you may be throwing exceptions during the initialization of your application. (Error code 104) Sarang -- Yo

Re: RE: [google-appengine] Poor performance since the past 2-3 days

2011-05-23 Thread Sarang
system? Can someone from Google please respond? What is the best way to get customer service? Sarang -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To u

Re: RE: RE: [google-appengine] Poor performance since the past 2-3 days

2011-05-23 Thread Sarang
inary desktop hardware. I will add logging and check. Sarang -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to g

Re: RE: [google-appengine] Poor performance since the past 2-3 days

2011-05-23 Thread Sarang
+http://code.google.com/appengine) Some of them are getting this "The process handling this request unexpectedly died. This is likely to cause a new process to be used for the next request to your application. (Error code 203)" Sarang -- You received this message because you are su

Re: [google-appengine] Poor performance since the past 2-3 days

2011-05-23 Thread Sarang
from Google (official) able to reply here? How do I reach them? What is the best way to get such issues resolved? Thanks Sarang -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google

Re: [google-appengine] Poor performance since the past 2-3 days

2011-05-23 Thread Sarang Lakare
Ok, but I still don't understand why it should take 100 - 500 seconds for the load request to complete! Isn't that a bug? Sarang On Tue, May 24, 2011 at 1:33 AM, Brandon Wirtz wrote: > Pay for always on, it will go away. > > > > *From:* google-appengine@googlegro

[google-appengine] Poor performance since the past 2-3 days

2011-05-23 Thread Sarang
crease. My 2 key questions: 1. Any way for me to profile and find out where the app engine gets stuck when I get those enormously large load times? 2. Any way to ensure cron is fired within a minute? Appreciate any help. Regards, Sarang -- You received this message because you are subscribed to