Re: [google-appengine] URGENT main url path: "/", not serving.. but getting 200 response

2012-04-29 Thread Richard Watson
What if Gregory put (e.g.) Cloudflare in front of the app and used it to fetch "app" requests and serve them as "www" (I assume that's possible). This way, people continue to see www and can add www links. Can try it as a short-term solution while you tinker with the setup and/or wait for the

[google-appengine] Is HSTS disabled for a reason? Can't set the Strict-Transport-Security header

2012-04-29 Thread Kenneth
I was playing around with this site: https://www.trustworthyinternet.org/ssl-pulse/ and noticed that my app engine site, (which gets an A, well done Google but I expect nothing less :-) wasn't listed as supporting HSTS when I thought it did. So I investigated and found that my HSTS header whic

[google-appengine] Re: Does the Log Viewer actually work for anyone?

2012-04-29 Thread Kenneth
The symptom that really annoys me is when you have an error on your dashboard, click on it and there's nothing in the logs. Poof! It never happened! Even fixing that use case would be great, something is putting it on the dashboard, maybe include the time of one of the errors on the dashboard

Re: [google-appengine] SMALLEST and FASTEST Template Engine on Python

2012-04-29 Thread Anand Mistry
Also, jinja2 has C-accelerated escaping (via markupsafe) in python27, which should add to the speed. On Wednesday, 25 April 2012 20:09:07 UTC+10, Takashi Matsuo (Google) wrote: > > Hi Ayan, > > I have not tried it myself yet, but how about tenjin? > http://www.kuwata-lab.com/tenjin/ > > Besides t

[google-appengine] backend termination question

2012-04-29 Thread Rishi Arora
Does anyone know what this means: "*Process terminated because the backend took too long to shutdown*" My backend is woken up every 90 minutes by a cron job and typically takes 30 minutes to complete. Although sometimes this time can go up to 60 minutes. The error above has occurred multiple tim

[google-appengine] make backup/restore a first-class citizen (please star me)

2012-04-29 Thread Jason Collins
Please consider starring this feature request: http://code.google.com/p/googleappengine/issues/detail?id=7428 Remember when you first used Time Machine in Mac OSX and were blown away by how simple it was to use and the confidence you were left with in its ability to get the job done? Have you e

[google-appengine] backend running really slow - taskqueue.add() takes much longer on the backend than on front-end

2012-04-29 Thread Rishi Arora
My backed is triggered every 90 minutes from a cron job, and usually takes between 10 and 20 minutes to do its work. Since April 26th, it seems to be taking 30 minutes at best, and ~100 minutes at the worst case. On average, its about a 5x increase in run-time. So, I investigated to try to find

[google-appengine] Re: Testing blob migration

2012-04-29 Thread c h
i've tried this again with 1 other app and 2 other destination apps. all are having the same result. no __BlobInfo__ or __BlobMigration__ tables in the datastore, nothing in the blob viewer. Are there settings that might have prevented the blob copy? thanks so much, christian On Friday, Ap

Re: [google-appengine] URGENT main url path: "/", not serving.. but getting 200 response

2012-04-29 Thread Gregory Nicholas
*Richard Watson's *post was money.. ackkk.. someone unwittingly let the cache-control header slip into a base request handler.. thnx everyone.. On Sunday, April 29, 2012 12:53:15 AM UTC-7, Richard Watson wrote: > > What if Gregory put (e.g.) Cloudflare in front of the app and used it to > fetch

[google-appengine] Re: App Engine 1.6.5 Released

2012-04-29 Thread Emanuele Ziglioli
Sources on SVN have been updated too, thank you! http://code.google.com/p/googleappengine/source/browse/ Interesting features ahead: http://www.google.com/url?sa=D&q=http://code.google.com/p/googleappengine/source/browse/trunk/java/src/main/com/google/appengine/api/socket/&usg=AFQjCNES0GWahEiGl-Qy

Re: [google-appengine] URGENT main url path: "/", not serving.. but getting 200 response

2012-04-29 Thread Joshua Smith
Another thought: Perhaps if you just redirect your DNS to a "Down for Maintenance" page (not served by google) for a while, the cached page will be evicted sooner because nobody is hitting it... On Apr 27, 2012, at 4:31 PM, Joshua Smith wrote: > Let's review: > > Google has cached a blank vers

[google-appengine] How to update eclipse plugin to google app engine 1.6.5 sdk?

2012-04-29 Thread 김종민
Last week, I couldn't upload Google App Engine because of version. In eclipse plugin, there was no update at google app engine. I connected http://dl.google.com/eclipse/plugin/3.7. Let me know how to update eclipse plugin? -- You received this message because you are subscribed to the Goog