Re: [google-appengine] Re: Accidentally clicked upgrade in cloud console

2016-12-21 Thread 'George Suceveanu' via Google App Engine
Google App Engine has a free quota that applies regardless of whether you're in the free trial. This means you can run a web application at low traffic and capacity for free, both during and after the

Re: [google-appengine] Re: Accidentally clicked upgrade in cloud console

2016-12-21 Thread 'George Suceveanu' via Google App Engine
That's right, your remaining credit is still there and you may continue using whatever amount is left. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to googl

Re: [google-appengine] Re: Why isn't grpc supported on GAE standard?

2017-02-21 Thread 'George Suceveanu' via Google App Engine
GAE instances run in a managed environment, where load balancing is provided behind the scenes. Routing remote procedure calls in GAE should prove equally difficult, or more, than in the flex environment. gRPC is meant for mobile applications

Re: [google-appengine] Re: Why isn't grpc supported on GAE standard?

2017-02-22 Thread 'George Suceveanu' via Google App Engine
ule is so pleasureful to use that I have decided to use the same > interface for my HTTP REST API based implementation. :-) > > Le mar. 21 févr. 2017 à 19:28, 'George Suceveanu' via Google App Engine < > google-appengine@googlegroups.com> a écrit : > >> GAE in

Re: [google-appengine] Re: UnicodeDecodeError when extracting image metadata using the Image Service

2017-05-29 Thread &#x27;George Suceveanu&#x27; via Google App Engine
Hi Nickolas, You are most welcome to send private messages any time. If the URL you mention is publicly accessible, it sounds a bit contradictory: you wanting to send it in a private message. Please go ahead anyhow, if you think all this OK. On Mon, May 29, 2017 at 7:19 AM, Nickolas Daskalou wr

Re: [google-appengine] Re: Why is App Engine calling contextInitialized repeatedly?

2017-06-08 Thread &#x27;George Suceveanu&#x27; via Google App Engine
There are no "idle" instances, and one of the reasons is precisely what we speak of: possible initialization issues. Instances are either wholly new and spun up to secure scalability, or totally destroyed, in other words either alive or dead, nothing in-between. On 8 June 2017 at 02:53, Joshua Fox

Re: [google-appengine] Re: Not able to deploy on app engine standard environment

2017-06-20 Thread &#x27;George Suceveanu&#x27; via Google App Engine
Hi Ignazio, Glad to hear that the issue is now gone for good! In case of similar issues in future, you can simply open another ticket in the issue tracker. On 19 June 2017 at 19:24, Ignazio Aleo wrote: > Hi George, > > thanks for the reply (and sorry for my late one). Indeed the issue is now >

Re: [google-appengine] Re: Testing locally theTaskQueue

2017-07-27 Thread &#x27;George Suceveanu&#x27; via Google App Engine
Mulțumim frumos pentru descoperire, dragă Roxana! Documentația va fi adusă la zi în consecință. On 27 July 2017 at 04:50, Roxana Ioana Roman wrote: > Reversing the order of the two dependencies did the trick. Apparently, > starting from Maven 2.0.9 order of dependecies matters, where the first >

Re: [google-appengine] Re: dev_appserver: Connect to remote datastore

2017-12-11 Thread &#x27;George Suceveanu&#x27; via Google App Engine
Hi Filipe, There is no doubt that quite a few programmers make use of this facility. The Remote API library allows any Python client to access services available to App Engine applications. You are encouraged to follow the "Accessing App Engine with Remote API" document

Re: [google-appengine] Re: Flexible environment "Unexpected error during VM startup" in Production folowing "periodic restart of VM version."

2018-02-28 Thread &#x27;George Suceveanu&#x27; via Google App Engine
Hi Karl, If your app starts up without issues, the health checks would not matter. There are issues with your app's start up process, that you need to address. For coding-related issues, you are at an advantage posting to stackoverflow or similar forums, where you can get expert help from active p