Re: [google-appengine] Re: Using Process Managers

2018-07-26 Thread 'Dennis Yurkevich' via Google App Engine
Thank you Julie and Kenworth. I will add one and measure the overhead. However from my testing it seems GAE keeps the app running. Not sure if there is anything which does that or the code is awesome 😎 Thank you for your help! Dennis On Thu, 26 Jul 2018 at 21:15, 'Julie (cloud platform support)

Re: [google-appengine] Re: React JS routers doesn't work

2018-07-26 Thread 'Jean Juste-constant' via Google App Engine
It seems your first handlers is setting '/' with 'dist/index.html'. I would change the second handler to be more precise or simply add the wildcard: '/*'. This way any url other than the root '/' should refer to the static dir you've set. On Wednesday, July 25, 2018 at 5:23:34 PM UTC-4, Birha

Re: [google-appengine] Re: Transaction APIs in Google Actions

2018-07-26 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Roberto, Your solution has the best chances to get accepted if you follow documentation in all detail. Deciding on how others would decide on the quality of your implementation is well over the scope of this discussion group. -- You received this message because you are subscribed to

Re: [google-appengine] Re: Using Process Managers

2018-07-26 Thread 'Julie (cloud platform support)' via Google App Engine
The decision on whether or not to include a process manager really depends on your application and if it is critical that it avoids/minimizes downtime. As mentioned by Kenworth, including one would likely improve user experience but may increase resource usage and therefore cost. -- You receiv

[google-appengine] What software can I use to create account billing for my customer using Google Cloud?

2018-07-26 Thread Peter Polz
Hi! What software can I use to create account billing for my customer using Google Cloud? thx Peter -- 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

[google-appengine] Can't deploy NodeJs app with using IAM roles in a service account: error response 13: An internal error occurred

2018-07-26 Thread Valentin Despa
I am trying to deploy the *standard example NodeJs App* using a service account. https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/hello-world/standard I have created a new *service account* with the roles (as described in the documentation https://cloud.google.

[google-appengine] Problems deploying NodeJs App - Error Response: [13] An internal error occurred.

2018-07-26 Thread Valentin Despa
I am trying to deploy the standard example NodeJs App using a service account. https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/hello-world/standard I have created a new service account with the roles (as described in the documentation https://cloud.google.com/

[google-appengine] Re: Asp.Mvc core always sees requests as HTTP

2018-07-26 Thread 'Olu' via Google App Engine
The documentation explains "By default, HTTPS connections on your custom domain will be enabled automatically using managed SSL certificates.". Managed certificates are provisioned on App Engine automati