[google-appengine] Re: What to do with a bad instance?

2014-03-28 Thread timh
Hi Alex It could. What we did was wrap the entire handler in a try: block, then in the except section set a instance/module level variable to signal a failed startup (error in the handler) Then if there was time we would try and allocate enough memory to kill the process. After DEE you might

[google-appengine] dev_appserver.py removed from GoogleAppEngineLauncher 1.9.1

2014-03-28 Thread GAEfan
Why has dev_appserver.py been removed from google.appengine.tools directory in GoogleAppEngineLauncher 1.9.1 ? When will google-cloud-sdk be updated to include v1.9.1 of GoogleAppEngineLauncher? Is using GoogleAppEngineLauncher inside google-cloud-sdk (with unbundled contents) the best pract

[google-appengine] 1.9.2 Pre-Release SDKs are now available.

2014-03-28 Thread Richmond Manzana
We want to inform you that the pre-release SDKs for Python, PHP and Java are now available. As previously announced in a Google code site announcement, new App Engine Binaries are no longer available

[google-appengine] auto_id_policy error in cloud

2014-03-28 Thread GAEfan
I have an app that, for some reason, is still adding the short (5 or 6 digit) auto IDs for new entities in production. This is not the expected/desired behavior. I am using v1.9.1. Adding-> auto_id_policy: default to app.yaml yields the following error: Deployment failed, details: { Failed

[google-appengine] Server error trying to delete user in web console "permissions" view

2014-03-28 Thread Tony França
Not sure if this is the right place for this, forgive me if it isn't. I also opened a ticket at https://code.google.com/p/googleappengine/issues/detail?id=10744&thanks=10744&ts=1396030335 Steps to reproduce: 1) I go to appengine.google.com 2) I select one of the applications I have access to

[google-appengine] Re: What to do with a bad instance?

2014-03-28 Thread Alex Burgel
Thanks Tim. That was the problem. I have warmup requests on, but the first request was a non-warmup loading request which got a DeadlineExceededError. Your fix probably wouldn't work since its not a warmup request. I found this bug report, marked as Won't Fix. It provides some background in ca

Re: [google-appengine] App Engine Console API

2014-03-28 Thread Siegfried Hirsch
Take a look into https://developers.google.com/cloud/sdk/ This could also provide some insights that help you - Siegfried On Thu, Mar 27, 2014 at 8:34 PM, Vinny P wrote: > On Thu, Mar 27, 2014 at 2:22 PM, Pavel Tsurko wrote: > >> Are there any API for accessing App Engine instances/versions/etc

Re: [google-appengine] is there any way to access data of another app better than rpc?

2014-03-28 Thread thor.djdq
thank you. of course the apps are both on gae. i will try it. 2014-03-27 14:47 GMT+08:00, Vinny P : > On Wed, Mar 26, 2014 at 3:37 AM, thor.djdq wrote: > >> can you just show me the other ways? >> there is no determined use case now. >> > > > Choosing the best way to access data depends on the us