[google-appengine] Serious problem caused process to exit... but where are my logs?

2010-10-12 Thread Starman
Hi there, My app is doing great locally. It deploys fine. Now I get this error in my logs everytime I try to execute a couple of updates to the datastore in the same transaction. In fact, I know part of my code executes OK since one of the updates makes it to the datastore but the other does not.

[google-appengine] Re: Prerelease SDK 1.4.0 is out!

2010-11-22 Thread Starman
Just to be clear, is the deadline for starting up a new instance, including from the warmup web hook, still at 30 seconds? Or is it 10 minutes as for the tasks and cron apis? One of the issues with cold starts was to get heavier frameworks (Spring, Grails) up before the 30 seconds deadline. -- Yo