[google-appengine] Re: Enabling edge cache - what am I missing

2012-03-11 Thread Kurt
Ah, thanks. I can't believe I missed that. On Mar 11, 6:44 pm, Philip wrote: > self.response.headers['Cache-Control'] = 'public, max-age=300' > > Use a = instead of a : > > On 11 Mrz., 08:16, Kurt wrote: > > > > > > > > > Hi. > > > I am having a tough time getting edge caching to work. > > > I

[google-appengine] Playing with pull queues rest api

2012-03-11 Thread tarun2000
I want to run the python example for pull queues over rest. I keep getting a 403 when it tries to access the pull queue. My app is HRD. I replaced the client id / secret with my own, and the authentication part succeeds. (appname is the name of my app, queuename is the name of my queue in the ac

Re: [google-appengine] My expirencie with python 2.7 and others

2012-03-11 Thread Chris Ramsdale
Hey Felippe, Have you considered bumping your instance class and enabling threadsafe? We have seen a handful of customers that have had success doing just this. Also, did you hear back from the premier account folks? If not, send me your app IDs (offline if you'd like) and I'll get the ball rolli

Re: [google-appengine] Globally distributed?

2012-03-11 Thread Joshua Turmel
Thanks guys! On Thursday, March 8, 2012 1:19:24 AM UTC-6, Wolfram Gürlich wrote: > > Brandon, haven't you read the NDA that came with Google Chrome? I guess > you're really in trouble now... :-) > @Joshua - the core of GAE like frontend servers are supposed to be in > North America only. Pingdom

[google-appengine] Re: Enabling edge cache - what am I missing

2012-03-11 Thread cz
FYI, here's Brandon's post: https://groups.google.com/forum/#!topic/google-appengine/6xAV2Q5x8AU/discussion and two related issues you may be inclined to star (with more info in the comments as well): http://code.google.com/p/googleappengine/issues/detail?id=2258 http://code.google.com/p/googlea

RE: [google-appengine] Enabling edge cache - what am I missing

2012-03-11 Thread Brandon Wirtz
Check the archive, I have a post about VERY specific formatting required to get Edge Cache to work. > -Original Message- > From: google-appengine@googlegroups.com [mailto:google- > appeng...@googlegroups.com] On Behalf Of Kurt > Sent: Sunday, March 11, 2012 12:16 AM > To: Google App En

RE: [google-appengine] My expirencie with python 2.7 and others

2012-03-11 Thread Brandon Wirtz
Nope. You are still doing X number of API Cycles for every Y number of CPU cycles. Your Application Profile didn't change. Where you should see the difference Is in number of instances used, and pending latency. (and you app might feel faster) From: google-appengine@googlegroups.com [mai

[google-appengine] Re: Error code 202

2012-03-11 Thread Ashley Schroder
We're getting this 202 error code as of a few minutes ago. appid=order-pipe (App is Java, HRD and using Spring MVC + JDO) Would appreciate any workaround suggestions. Thanks, Ashley On Mar 11, 11:45 pm, Mos wrote: > Problem still exists. (No new deployment done; running on HRD).  Just got > a

[google-appengine] Re: Enabling edge cache - what am I missing

2012-03-11 Thread Philip
self.response.headers['Cache-Control'] = 'public, max-age=300' Use a = instead of a : On 11 Mrz., 08:16, Kurt wrote: > Hi. > > I am having a tough time getting edge caching to work. > > I have a simple handler that does: > >         self.response.headers['Cache-Control'] = 'public, max-age:300'

[google-appengine] HRD issue at the moment? Server Error (500) from GAE Admin Panel

2012-03-11 Thread Marcel Manz
My application currently is unable to access certain entities, nor is the datastore viewer. When I access a certain kind it immediately displays a Server Error (500) in the GAE admin panel: Server Error A server error has occurred. Return to Applications screen » Further I notice that in 'D

Re: [google-appengine] Re: Dynamically retrieving application's name

2012-03-11 Thread Barry Hunter
Well this thread is really old. There is now a App Identity API, http://code.google.com/appengine/docs/python/appidentity/overview.html This handles that for you. On Sun, Mar 11, 2012 at 7:12 PM, Pavel Vlasov wrote: > The following variable holds correct application name on the production > si

[google-appengine] Re: Dynamically retrieving application's name

2012-03-11 Thread Pavel Vlasov
The following variable holds correct application name on the production side: os.getenv('APPLICATION_ID') Unfortunately it holds a crap like "dev~appname" on the dev server. But it is better than parsing file path (that's a really bad idea). -- You received this message because you are subscr

[google-appengine] Datastore has no entities in the Empty namespace

2012-03-11 Thread heri
why I still cant see the datastore entities actually I add at entities to the project in the web when I debug my project http://localhost:/_ah/admin/datastore? the entities didn't show anything (Datastore has no entities in the Empty namespace. You need to add data programatically before you c

[google-appengine] Enabling edge cache - what am I missing

2012-03-11 Thread Kurt
Hi. I am having a tough time getting edge caching to work. I have a simple handler that does: self.response.headers['Cache-Control'] = 'public, max-age:300' self.response.headers['Pragma'] = 'Public' My app is: * hosted on a custom domain * billing enabled But all I see are 20

[google-appengine] You have sent too many SMS verification messages

2012-03-11 Thread 军 林
I'm in china,and i checked the supported list ,the mobile phone number should be supported.but i receive nothing. and now it dont allow me to resend that .what can i do ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group

[google-appengine] how to use https for mydomain.appspot.com

2012-03-11 Thread Sarvesh Kushwaha
i want to ask what shoul i ad in app.yaml to use https by-default for my appspot domain , which is like mydomain.appspot.com . and i want to redirect evry http , www , https request to single domain like https://www.mydomain.appsopt.com . please help me out . i used .htacess file to redirect to

[google-appengine] There were errors:Mobile Number or Username

2012-03-11 Thread 丰杰 赵
你好,我在申请APPID过程中,之前由于试过多次,手机号均未收到SMS验证码,现在再尝试,出现提示: Verify Your Account by SMS To create applications with Google App Engine, you need a verification code. Select the country and carrier for your mobile phone and enter your mobile phone number. The verification code will be sent to it via SMS. Note

[google-appengine] 3/7 Datastore Issues

2012-03-11 Thread jeffgnpc
3/7 had a huge spike in datastore problems, but they aren't show on the status overview. Why is this? Why is 3/7 datastore showing good when there were these problems? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group,

[google-appengine] Re: [CRITICAL] Hanging Python Instances Since Last Maintenance

2012-03-11 Thread Christopher Wong
+1 On Friday, March 9, 2012 6:35:12 AM UTC-5, Alex Popescu wrote: > > Since the last maintenance, I'm seeing an elevated number of Python > instances just hanging. My application (id: twimblr) has been running for a > long time and I've never seen this behavior before. > > This issue is critica

Re: [google-appengine] Re: Outages?

2012-03-11 Thread Alexey Konovalov
Ikai, Our apps ids: rvaserver rvauser contentfinancial contentsports QPS and error rates differ but they've all been getting a lot of DeadlineExceeded exceptions and the number of instances has been higher than usual over the last couple of days. Regards, Alexey On Friday, March 9, 2012 2

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-11 Thread Christopher Wong
tetris4fun is the app id. I noticed there are empty instances running. Usually I need 20 instances to keep the app alive, now it's 150+ instances. Can you please look into that? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-11 Thread Christopher Wong
Same for us, on a normal day we need around 20 instances to keep the app running, the

[google-appengine] Re: Outages?

2012-03-11 Thread Neal
Yup, still seeing the same issues here as well. On Friday, March 9, 2012 10:24:23 AM UTC-5, Ronoaldo José de Lana Pereira wrote: > > +1 for seeing the same problems on my app. > > It started to be worse after maintenance on March 7. > > Em sexta-feira, 9 de março de 2012 08h33min36s UTC-3, Nikola

[google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-11 Thread Rod Chen
I got the same problem. My appid: badgm. DB and memory cache API call became very slow, so that performance is very poor. -- 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/

[google-appengine] Datastore writes over quota - How to investigate

2012-03-11 Thread Sébastien Tromp
Hello, Today, for the first time, I got over quota in datastore writes. I usually don't use more than 20% of the free quota for the whole day, and today it was eaten in about 5 hours. I tried to look for a history of number of writes per second, or to find out which class wrote what, but I didn't

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-11 Thread Miroslav Genov
Hello Ikai, We are experiencing similar issue. Our app id is: cmsevobg. Normally our app (java based that is using Guice) is instantiating GuiceServletContextListener in ~10 seconds on GAE. On my mac book air with i5 cpu local app is booting in "INFO: Time:4892 ms". With the same code base o

Re: [google-appengine] Re: Error code 202

2012-03-11 Thread Mos
Problem still exists. (No new deployment done; running on HRD). Just got an 202 by requesting the robots.txt: 2012-03-11 11:32:06.207 /robots.txt 500 124564ms 0kb Pixray-Seeker/1.1 (Pixray-Seeker; http://www.pixray.com/pixraybot; craw...@pixray.com) 88.198.67.197 - - [11/Mar/2012:03:32:06 -0