[google-appengine] Re: How can I make Google cloud support h3-29?

2021-03-11 Thread pingping chen
I have used the google cloud platform HTTP(S) Load Balancers and enable quic. Is there anything wrong? Or the google cloud platform is not supported for h3-29 (IETF) by now ? [image: 微信图片_20210312104522.png] 在2021年3月12日星期五 UTC+8 上午4:09:55 写道: > > Hi, > > Currently those are the only

[google-appengine] Thank you for taking the time to submit your verification information. We were unable to verify billing instrument ownership using the documents you submitted. Please submit a ph

2021-03-11 Thread BRONZE esports
I dont know what happen but i sign up for google cloud verify by show last 4 number and google said it not verify -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an

[google-appengine] Re: Custom Domain Name

2021-03-11 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Harsha, I understand that you are receiving a security alert when accessing your App Engine application that has your custom domain [ To narrow down the focus and to find a common issue, when did this behavior begin? Did it work

[google-appengine] Re: How can I make Google cloud support h3-29?

2021-03-11 Thread 'Nicholas Elkaim' via Google App Engine
Hi, Currently those are the only supported versions of QUIC in GCP HTTP(S) Load Balancers, and any other version of QUIC should make the connection fall back to HTTPS or HTTP/2 instead of negotiating QUIC. On Thursday, March 11, 2021 at 11:32:22 AM UTC-5 apple...@gmail.com wrote: > I deploy

[google-appengine] Re: Google App Engine: Request was aborted after waiting too long

2021-03-11 Thread 'wokmou' via Google App Engine
You might be experiencing latency from reloading instances. This can result in loading requests and additional latency as explain here[1]. You can also visit this link to know more about instance life cycle[2]. [1]https://cloud.google.com/appengine/docs/standard/java/how-instances-are-managed

[google-appengine] Re: Google app engine not distributing requests properly

2021-03-11 Thread 'wokmou' via Google App Engine
>From what I understand , your instance is overloaded during spikes. My suggestion is to set target_concurrent_requests [1] parameter to limit the number of concurrent requests per instance. This will trigger the creation of a new instance as soon as the limit is reached. There is also the

[google-appengine] How can I make Google cloud support h3-29?

2021-03-11 Thread pingping chen
I deploy my project with app engine , then configure my own load balancer and enable quic . But when I send request, it only support h3-Q050,h3-Q046,h3-Q043, not support h3-29=":443" (ietf). How can I make it support h3-29? -- You received this message because you are subscribed to the

[google-appengine] Re: Cron jobs not getting executed

2021-03-11 Thread Andrés Kammerath
Hi guys, we are experimenting this issue with a cronjob that runs every 30'. It has been running normally up to 2 days ago. Does anybody have the same problem? greetings, Andres. p.d: I apologize for my english. El jueves, 11 de noviembre de 2010 a la(s) 15:53:33 UTC-3, dzwiedziu escribió: >

[google-appengine] Google App Engine: Request was aborted after waiting too long

2021-03-11 Thread Nemanja Patrnogic
I have a small NodeJS application backend running in a standard GAE environment which has no real world load - it only serves my personal requests when I am testing stuff. So I was clicking through the app last night and this error message popped up: ``` Request was aborted after waiting too

[google-appengine] Deployment fails with error

2021-03-11 Thread 'nibrass' via Google App Engine
Hello, I understand that you are getting the following error [1] when deploying to App Engine. Could you please update your Cloud SDK using the next command [2] , restart your Cloud Shell and try again? - gcloud components update Best Regards, Nibrass [1]: