Re: [google-appengine] Re: Global app engine as described in the article

2018-11-28 Thread Aron Suarez
Here is the link, https://stackoverflow.com/questions/53467607/global-deployment-of-nodejs-with-app-engine-as-described-in-the-docs?noredirect=1#comment93873390_53467607 is there any plan to make this szenario possible in the neqr future? Best Aron On Thu, Nov 29, 2018, 05:14 Attila-Mihaly Bala

[google-appengine] Re: Global app engine as described in the article

2018-11-28 Thread Attila-Mihaly Balazs
Hi Aron, Could you please provide the stackoverflow link? We're having a similar internal discussion and would love to see the discussion over there. All the best, Attila -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe fro

[google-appengine] Re: Can I create multiple GAE projects for microservices of a single Web application?

2018-11-28 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Kousuke, I see that you have already created a duplicate case in Stack Overflow on the same question which is addresses by a GCP support member. -- You received

[google-appengine] Re: Create a Storage transfer job

2018-11-28 Thread 'Jun (Cloud Platform Support)' via Google App Engine
Hello Nimesh, You mentioned that you have read access to that group (I believe you mean you have read access to the storage on *x...@googlegroups.com * of the Google group), then how can you add 2 more users to the same group with owner access to the storage bucket (please correct me if anythi

[google-appengine] cron.yaml: is there a max limit to min_backoff_seconds?

2018-11-28 Thread Mark Meyer
I am using the following cron.yaml file and attempting to have the retries start at 2 minutes after a failure (I'm using Python3 in the standard environment). cron: - description: "daily call" url: /twilio/start_call/ timezone: "America/Anchorage" schedule: every day 17:00 retry_parameters: min_

[google-appengine] Min_back_offseconds

2018-11-28 Thread Mark Meyer
I am trying to get cron to retry failed requests after 2 minute in an app engine app (Python3 standard environment). I am using the following in cron.yaml: cron: - description: "daily call" url: /twilio/start_call/ timezone: "America/Anchorage" schedule: every day 17:00 retry_parameters:

[google-appengine] Re: How to delete 800 mln records from Datastore?

2018-11-28 Thread 'Amit (Google Cloud Support)' via Google App Engine
Hello Kuba, As I can see from the link [1] Mohammad shared, it provided the steps on how to setup the Cloud Dataflow to create a job to delete entities in bulk. I can see you are on the right track already. After selecting the ‘Datastore to Datastore Delete’ , you need to put that query if

[google-appengine] Re: A bit off-topic: When is domain validation required?

2018-11-28 Thread 'Amit (Google Cloud Support)' via Google App Engine
Hi Mark, You are right. Since you are the person who validates the domain, the first time you need to deploy the API. And after that the members with ‘Editor’ permission are able to access that API or deploy a new one. And regarding domain validation record add up, I think you are on the righ

[google-appengine] Re: App Engine Basic Scaling

2018-11-28 Thread 'Omair (Cloud Platform Support)' via Google App Engine
Hi Andrew, You are using basic scaling which is different from manual scaling. In basic scaling instances are created on demand to handle request and automatically turned down when idle. The maximum number of instances that can be created is defined in the max_instances parameter. To read abo

[google-appengine] Re: Pushed my site with deploy but old one remains

2018-11-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Nikos, You app's logs shows errors similar to: methodName: "google.appengine.v1.Versions.CreateVersion" "status: { code: 3 details: [ 0: { @type: "type.googleapis.com/google.rpc.BadRequest" fieldViolations: [ 0: { description: "Value "dist/\1$

[google-appengine] Re: Error when deploying to Flex - Timed out waiting for the flex deployment to become network provisioned

2018-11-28 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Alexandre, It is difficult to offer support directly in this Group, as confidential, project-related information is needed to start investigating, and then progress is not always visible. You are at an advantage posting in the Public Issue Tracker , wher

[google-appengine] App Engine Basic Scaling

2018-11-28 Thread Andrew Hoy
Hi all, I have a query regarding max_instances when using basic scaling in the App Engine Standard environment (Node.js). Im my app.yaml file, I set max_instances to 1. This appears in the config section under App Engine > Versions in this UI: runtime: nodejs8 env: standard instance_class: B4_