[google-appengine] Re: Flood of warm up requests!

2013-06-26 Thread Zach Young
We experienced the same thing last night on a Java application and a Python application. The Java application (still in development) reports /_ah/warmup at 5.20K requests. The next most requested page had 181 requests in the last 24 hour. The drops are when we ran out of quota.

Re: [google-appengine] Re: Flood of warm up requests!

2013-06-26 Thread Zach Young
The same thing worked for us. Since re-deploying everything has been holding steady. On Wednesday, June 26, 2013 12:44:38 PM UTC-4, Rishi Arora wrote: I forced a re-deploy, which killed all instances, and that seems to have helped. I'm stable at ~10 instances, which is normal for this time

[google-appengine] Re: custom app url

2011-07-12 Thread Zach
I'm experiencing custom domain errors, too. I have two previous applications with custom domains, but I currently get a server error whenever I try to add a new custom domain to a new application. Would appreciate any suggestions on how to go forward? Zach On Jul 11, 9:56 am, rb.90

[google-appengine] Scumbag Engine

2011-05-11 Thread Zach
Thought it might be a fitting new meme (depending just how realistic the announced pricing changes are): http://i.imgur.com/wUaKr.png -- 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] Re: Is GAE expected to get faster in the future?

2011-05-01 Thread Zach
I'm running on Python GAE and also have an average latency under 300ms (normally in the 250-260 range). On May 1, 4:53 am, Brandon Wirtz drak...@digerat.com wrote: Yes that should be 310ms its almost 3am, and I should be sleeping. From: google-appengine@googlegroups.com

[google-appengine] Domain question

2011-03-17 Thread Zach
tldr: How do I get a domain I purchased elsewhere to work for my app? I've searched the documentation, and these threads, but can't seem to figure this dang thing out. I have a domain registered with godaddy, I'd like my app to be reachable at that address. I've signed up for google apps as

[google-appengine] Re: Domain question

2011-03-17 Thread Zach
. So...thanks, everything works now. On Mar 17, 3:19 pm, Robert Kluin robert.kl...@gmail.com wrote: Hi Zach,   So it sounds like you've already registered the domain with Google Apps (http://www.google.com/apps/intl/en/group/index.html)? Do you have sites enabled, are there conflicting mappings

[google-appengine] bulkloader help

2011-02-11 Thread Zach
Hi, I've been stumped by bulkloader for the past couple hours. I'm guessing my --auth_domain is wrong (since I'm now using a custom domain name), but when I put that in, I get the same error. I'm running Mac OS X 10.6.6 with the 1.4.1 App Engine SDK release. Any help would be appreciated. Here's

[google-appengine] Re: bulkloader help

2011-02-11 Thread Zach
After upgrading to 1.4.2, this issue now seems resolved. -- 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

[appengine-java] Problems with JDO Query.setCandidates(Collection)

2009-10-30 Thread Zach
So I am trying to do 2 sequential queries in app-engine to get around the problem of only being able to primary sort on the property that an inequality is done on. The problem is that setCandidates(Collection) doesnt actually appear to set the candidates to query against. Pseudo- code below.