[google-appengine] Re: How does App Engine affects the cost of using Cloud Datastore?

2018-03-23 Thread Yihang Ho
Hi, Got it. Thanks for the tip. In that case, how should I see the list of running App Engine apps? Thanks! Yihang On Friday, March 23, 2018 at 10:23:58 PM UTC+8, George (Cloud Platform Support) wrote: > > You cannot possibly get charged for an app that is not running. If you > ensure that

[google-appengine] Why Domain is Loading very slowly but when opening directly through App Engine Url it is opening very fastly?

2018-03-23 Thread Sudhanshu Gaur
I have a Domain which i bought it from GoDaddy.com and i have linked it to Google App Engine Flexible(NodeJs) Environment. Now I when I am opening my Domain then it is sometimes taking more than 5 secs to load and sometimes I am getting Error Server Error - 502 But the thing is when i am

[google-appengine] Re: Too many 502 from LoadBalance

2018-03-23 Thread 'Navi Aujla (Google Cloud Support)' via Google App Engine
Hello Anu As mentioned in my last message there are multiple factors which may cause this error. However, If you believe this to an issue with the GCP load balancer, I would suggest you to open a private issue report using this link

[google-appengine] Re: Too many 502 from LoadBalance

2018-03-23 Thread Anu V
Backends are healthy, I found this 502 errors across my few projects using AppEngine. All instances are able to access and work normally, I've tested using curl to send a request directly to instance's private ip and it works all the time. On Saturday, March 24, 2018 at 2:07:30 AM UTC+7,

[google-appengine] Re: Too many 502 from LoadBalance

2018-03-23 Thread 'Navi Aujla (Google Cloud Support)' via Google App Engine
Hello Anu, The "*failed_to_connect_to_backend" *error message indicates that load balancer is failing to connect to backends. There could be many possible reasons for it. For example: Unhealthy instance if reported by health check, incorrect URL mapping

[google-appengine] what the best way to connect my endpoints to SQL 2gen

2018-03-23 Thread Guy Dviri
I using java on android studio ,also I used JDBC DriverManager on the server side to connect to the cloud SQL, I read somewhere that I don't need to use DriveManager in the server side anymore when upgrading to 2gen , and the connection should be from the app , does any one have any code

[google-appengine] Re: How does App Engine affects the cost of using Cloud Datastore?

2018-03-23 Thread 'George (Cloud Platform Support)' via Google App Engine
You cannot possibly get charged for an app that is not running. If you ensure that your mandatory App Engine app is not running, it won't attract any charges. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] Re: deploying the course builder

2018-03-23 Thread 'George (Cloud Platform Support)' via Google App Engine
You seem to have arrived at a stage where you should continue to deployment. You may find related details in the "Deploy your app" documentation page . What steps have you undertaken at