[google-appengine] App engine not spliting traffic to new version

2019-08-12 Thread Rahul Goti
I have deployed one service on App Engine Flex with manual scaling configuration. If I deploy a new version with below command then it expected to stop the previous version and split all traffic to the newer version. But It can't do that and all traffic still serving by existing version only.

[google-appengine] How to pass data from python backend to JavaScript client on Google App Engine?

2019-08-12 Thread Ray Wong
At present I deploy my gae project on appscale. I want to pass data to html page. I know a simple way is to use Google JavaScript Library. But for some reason, the https://apis.google.com/js/client.js is blocked and I can't use this library. So I want to ask are there other ways to get

[google-appengine] Google Big Query data transfer utility to transfer data from App Engine to BigQuery, when service is executed job is getting successful but data is not getting transferred though st

2019-08-12 Thread Abhinav Bihade
When I am Google Big Query data transfer utility to transfer data from App Engine (NoSQl) to Bigquery , I am facing challenge when service is executed job is getting successful but data is not getting transferred to Big Query though status is successful. This looks simple, but may be I am

[google-appengine] How to pass backend data to html page on google app engine?

2019-08-12 Thread Ray Wong
At present I deploy my project on appscale. I want to get data in html page from gae backend(written in python). I know a simple way is to use google javascript client library. I used this library and ng-controller to get and analyze data before. But for some reason, the library url(

[google-appengine] Migrating wordpress site on Compute Engine to a third-party hosting

2019-08-12 Thread Lucas G
I have had my wordpress site on Google Compute Engine for a couple of years, and in the last few months the cost of hosting it (a very small, less than 500 pages, less than 500 visitors per day) has skyrocketed - therefore, I decided I want to move my site out of GCE and on to one of the

[google-appengine] Re: Google App Engine Instance is abruptly shutting down on Standard Environment

2019-08-12 Thread vidhi thakrar
Thank you George for the response. In our case, There is a single endpoint which reads a large file from amazon s3 line by line and then ingests a batch of 50 lines as 50 documents on cloud firestore. It roughly takes around 1.5 hours to insert all the data from a file to cloud firestore.