[google-appengine] Re: "Request was aborted after waiting too long to attempt to service your request." sprees

2015-11-03 Thread Jason Collins
More min_idle_instances (at an increased cost of course) will help service bursts and avoid these pending queue timeouts. On Monday, 2 November 2015 18:05:30 UTC-8, Kaan Soral wrote: > > Yes, AppEngine can't handle bursts well, so the solution is to slow things > down > > Actually, there are

[google-appengine] Re: "Request was aborted after waiting too long to attempt to service your request." sprees

2015-11-03 Thread Nick (Cloud Platform Support)
@Kaan Soral I think the issue cannot be adequately narrowed-down from the information provided, and with only the commonality of seeing the "Request was aborted after waiting too long to attempt to service your request." error, it's impossible to determine that the same issue is being reported

[google-appengine] Re: remote_api/oauth2 to connect to remote_api of a locally runing dev server instance?

2015-11-03 Thread Jay
How about just use of remote_api_shell.py as a python interpreter to the local dev app server? I do this all the time and it recently appears to have broken with the latest sdk. If I remote_api_shell -s localhost: I get 401. This worked until the last sdk update I think. If I remote_api_shell

[google-appengine] Default namespace not working on production (multitenancy)

2015-11-03 Thread Alejandro Casanovas
I have an application that is working nice in the development server but when I upload it to appspot it stops working. The problem as I see is that it's not recognizing the default namespace. For example, the login stops working because Users are stored in the default namespace but I can

[google-appengine] How to store open connection to external MongoDB

2015-11-03 Thread Minie Takalova
Hello I'am trying to build application on GAE which use MongoDB hosted at Mongolab provider. Connection work, if I made new connection every request, but if I want to reuse once established connection, GAE freeze and die on timeout. I believe that exist some simple way, how to do that such