[google-appengine] Re: What's the timeout for Node cloud tasks handlers?

2018-11-16 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, As I understand the documentation confirm that "Automatic scaling services must finish before 10 minutes". Therefore, it seems that it will accept if the task falls in 2 minutes. You should get a better assistance in the Stack Overflow[1] since you have a technical issue and it will requ

[google-appengine] Re: Unable to connect to deploy meteor app

2018-11-16 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
> > Hello, > > You should get a better assistance in the Stack Overflow[1] since you have > a technical issue and it will require troubleshooting. There, you should > receive help from the community fellow enthusiasts, and from Google > engineers when you add a tag in your post according to th

[google-appengine] Re: Python 3.7 and Dajngo 2.x

2018-11-15 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, You can get more details about the Cloud Datastore Client Libraries in the following link. https://cloud.google.com/datastore/docs/reference/libraries#client-libraries-install-python -- You received this message because you are subscribed to the Google Groups "Google App Engine" gro

Re: [google-appengine] Re: Does GAE support tags?

2018-11-15 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, It seems that this feature is not available at the time. For further interaction, please address any comment regarding improvement in the Feature Request[1], because our product team engineering is tracking all the details there. Thank you for your understanding. [1] https://issuetr

[google-appengine] Re: Not able to register for Google Cloud Platform Free Trial

2018-11-15 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, It seems that our GCP engineering team is aware of this issue actively working on it. You can get updates on the progress of this fix by following the already mentioned issue tracker link[1]. The credit card information is required to confirm the identity"[2]and let us know that you

[google-appengine] Re: Will App Engine Flex Environment ever support Memcache?

2018-11-14 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, It seems that the present screenshot does not prove that you were selected to use the Flex Memcache Alpha Service. You'll know if you were selected if you receive an email with the invitation. Thus, it's important to get attention to your spans filters. The invitation to earlier access s

[google-appengine] Re: Issue with Standard environment(Node.js) automatic scaling

2018-11-14 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, Your instance will be scaled depending on the parameter limits first reached. If you have 5 concurrent requests, but reached the Max_pending_latency parameter, for example, then the instance will be scaled. Also, there are some standard values that can spawn your instances[1]. [1]

Re: [google-appengine] Google App Engine Java deployment with gcloud skips almost all files

2018-11-12 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
You can follow this example: https://cloud.google.com/appengine/docs/standard/java/config/appref#automatic_scaling_min_pending_latency On Monday, November 12, 2018 at 7:32:47 AM UTC-5, Attila-Mihaly Balazs wrote: > > There is a deploy.version paramter for the Maven goal: > https://cloud.google.

[google-appengine] Re: Clarifying App Engine, custom VPCs, and VPNs

2018-10-26 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Can an App Engine Flexible app use a custom VPC? > You should be able to use VPC with App Engine Flex, as you can check in the following documentation[1]. You can config the network instance access by following the setup documentation[2]. Can an App Engine Flexible app use a shared VPC define

[google-appengine] Re: Clarifying App Engine, custom VPCs, and VPNs

2018-10-25 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello Mark, I'm studying your questions and I will answer by tomorrow. On Wednesday, October 24, 2018 at 3:53:29 PM UTC-4, Mark Drummond wrote: > > Hello everyone. I am trying to understand the interaction of App Engine > apps, custom VPCs, and VPNs. After much googling and document reading I

[google-appengine] Re: 502 Bad Gateway on a PHP GAE Standard - no app logs

2018-10-18 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
The quantity of instances deployed default is 2, the minimum of instances required is 1, as you can confirm in this link[1]. However, maybe only 1 instance it will not be enough for ~5 users. It seems that by setting 2 instances, could help you to solve this issue. You can retrieve more logs

Re: [google-appengine] Re: using 3rd party libraries on GAE standard with Python

2018-09-27 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hi, It seems that you’re experiencing an issue regarding access permissions(Java:403) and maybe you have used a not supported library (459 issue). Kindly note that the Google Groups channel is designed to provide a free expression space to Google community rise discussions on different matte

Re: [google-appengine] Re: Why in Google App Engine Always 11 secs of Latency coming only for the first requests?

2018-09-06 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
gt; Dan, it seems that the issue is not public. Would you mind making it > public or keep the conversation in the public forum? > > On Mon, Sep 3, 2018, 08:08 'Dan S (Cloud Platform Support)' via Google App > Engine wrote: > >> Hello, >> >> It seems

[google-appengine] Re: Created multipul bucket from Client side and data can be readable and same client

2018-09-05 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, I understand that you’re experiencing an issue while creating folders in the Cloud Storage. In order to fully understand and investigate your issue, please provide me with the following information: 1. Have you faced any error message? if yes, please provide me with the content of this

[google-appengine] Re: Why in Google App Engine Always 11 secs of Latency coming only for the first requests?

2018-09-03 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, It seems that you have reported this issue in the Issue Tracker: https://issuetracker.google.com/issues/113672643 therefore, I'll be closing this issue in this channel an I will assist you through the mentioned link. On Sunday, September 2, 2018 at 1:51:12 PM UTC-4, Sudhanshu Gaur wrote:

[google-appengine] Re: Unable to access one of my google cloud instance

2018-08-23 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Could you please alaborate more about your issue? Are you talking about Google Compute Engine? This information will help me to better understand your issue. I have found this article regarding your error message that could be of any help: https://serverfault.com/questions/823564/google-cloud-

[google-appengine] Re: appcfg.py download_app fails silently

2018-08-09 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello, you can run the appcfg.py download_app as documented in Downloading in your cloud Shell and after download the project you can just upload to some repository. 1. open the Cloud Shell (sole.cloud.google.com) 2. create a folder (mkdir myApp) 3. Input command line in the cloud shell as per d

[google-appengine] Re: "The process handling this request has unexpectedly died... (Error Code 203)"

2018-08-08 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
Hello Charles, In fact, I understand this part of your issue, and I believe that there is a good answer from Nick. However, my concern and my answer concerns to the HTTP 500 server error displayed in your screenshots. Sorry for do not let this clear. On Monday, August 6, 2018 at 8:54:35 PM UTC

[google-appengine] Re: "The process handling this request has unexpectedly died... (Error Code 203)"

2018-08-06 Thread 'Dan S (Cloud Platform Support)' via Google App Engine
There are many possible reasons to cause this kind of issues such as Slow-Loading Apps, Performance Settings, Warmup Requests, Delays Associated with Logging Delays Associated with UrlFetch… you can find more details about the root causes and how to avoid errors in the following documentation[1].