[google-appengine] Re: ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the flex deployment to become network provisioned.

2018-03-06 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
For any Google-end issues it is recommended to report this to the engineering team by opening a Public Issue Tracker report . Before you file the report, ensure you are running the latest GCloud by performing a "gcloud components update

[google-appengine] Re: Hey Guys can't deploy app engine after update to endpoints V2.

2018-03-06 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
This looks like an Android Studio specific error. As a workaround you can simply deploy using the 'gcloud app deploy ' command in the path location of your module's (now called 'service') app.yaml or appengine-web.xml file. If the

[google-appengine] Re: Does 1 service = 1 instance (thus potentially cost more)?

2018-03-06 Thread Mihail Russu
Your app isn't limited by one instance whether you have one or more services up (i.e. the more traffic you get - the more instances wil be fired up even if you only have one service). Anyways, yes, you are correct - adding additional services will require new / separate instances to be running

Re: [google-appengine] Re: Does 1 service = 1 instance (thus potentially cost more)?

2018-03-06 Thread Mihail Russu
If it’s a large & complex app - it might make sense to split some parts of its code into separate logical services. And yeah, a smaller app probably would load a lot faster than a complex one so I don’t think that would have anything to do with bandwidth costs but would definitely help with

[google-appengine] Re: GAE local debugging of Spring application

2018-03-06 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I recommend that you upgrade your App Engine SDK to the latest version (1.9.63) and if the issue still persists, open a case in Public issue Tracker . Meanwhile, you may

[google-appengine] Re: Does 1 service = 1 instance (thus potentially cost more)?

2018-03-06 Thread asmith26
Thank you for your answer - can I ask what the advantages of multiple services app are on a single service (default) app? Perhaps if a particular service is requested multiple times, and that service is significantly smaller that a single service app, it may be cheaper due to smaller bandwidth

[google-appengine] Re: Does 1 service = 1 instance (thus potentially cost more)?

2018-03-06 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I would like to add that here you can find how instances are managed in App Engine and how you are billed

Re: [google-appengine] Re: Does 1 service = 1 instance (thus potentially cost more)?

2018-03-06 Thread asmith26
Many thanks for your responses and help!! On Tuesday, March 6, 2018 at 9:51:11 PM UTC, Mihail Russu wrote: > > If it’s a large & complex app - it might make sense to split some parts of > its code into separate logical services. > > And yeah, a smaller app probably would load a lot faster than a

[google-appengine] Does 1 service = 1 instance (thus potentially cost more)?

2018-03-06 Thread asmith26
Hi there, I am trying to determine if I should break my GAE project from one service to multiple smaller services. Does each service added cost 1 more instance hour? Looking at the following chart, it would indicate it might: [image: Hierarchy graph of services/versions/instances] Thus I am

[google-appengine] Re: Managed SSL DNS Error

2018-03-06 Thread 'Fady (Google Cloud Platform)' via Google App Engine
A possibility would be that your DNS configuration of your domain does not include the A / CNAME resource records or that they need to be updated. You may refer to this help article about it. Furthermore, to

[google-appengine] Re: Does 1 service = 1 instance (thus potentially cost more)?

2018-03-06 Thread Attila-Mihaly Balazs
Just to add to that: some reasons to use multiple services regardless if you want to structure your app as microservices or not: - on GAE standard instance types and scaling mechanisms are tied together. So if you need F instance types for some part of the workload and B types for some other

[google-appengine] Hey Guys can't deploy app engine after update to endpoints V2.

2018-03-06 Thread Guy Dviri
if there's any expert that can help me overcome this issue. much appreciated. Guy. -- You received this message because you are subscribed to the Google Groups

[google-appengine] Re: gcloud datastore export

2018-03-06 Thread Ani Hatzis
You could load the Cloud Datastore export files that you have stored in Cloud Storage directly into BigQuery . You can do this manually or automate it. Yesterday I learned about this shell script that someone has

[google-appengine] ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the flex deployment to become network provisioned.

2018-03-06 Thread Zakaria Andy
I have a problem when I deployed my java application on app-enigine using google cloud sdk. When I take a long time to wait deployment process, I get error message which indicate was my deployment is failure. Below the error message, please help me solve the problem, thank you [INFO] ERROR:

[google-appengine] Re: gcloud datastore export

2018-03-06 Thread 'George (Cloud Platform Support)' via Google App Engine
You may consider the Cloud Datastore to Cloud Storage Text feature , in beta stage, a template implemented as a batch pipeline. It allows you to choose a GQL query that specifies which

[google-appengine] gcloud datastore export

2018-03-06 Thread alex
Is there any way how to convert files generated by gcloud datastore export to human readable format (fx csv or json)? I tried -format, but it is used for formatting command response (logically) tx, alex -- You received this message because you are subscribed to the Google Groups