[google-appengine] Re: .NET Core 3.1 running in GAE Flex - Thread Pool Starvation

2022-03-04 Thread 'Shawn Wu' via Google App Engine
I have confirmed there is no recently update for flexible environment for .NET[1]. The issue seems to be specific impact your service, I recommend you to open an support case, allowing support team to investigate further. [1]

[google-appengine] Re: no response headers from Google Frontend (or not paying for them), denial of wallet attacks

2021-06-16 Thread 'Shawn Wu' via Google App Engine
as you mentioned it may DDos attack, please go cloud console to file support case, it will allow us to look into the issue specific based on your logs and service behavior, to assist you fix the issue. On Wednesday, June 16, 2021 at 3:03:59 AM UTC-4 waltrau...@gmail.com wrote: > Hi! > Thanks

Re: [google-appengine] Re: GAE HTTP/3 with custom domain

2021-05-15 Thread 'Shawn Wu' via Google App Engine
The issue seem very specific impact on the case. I recommend you to file a support consult in the console, it will allow the team to have deeper looking into the project and gathering the logs. On Friday, May 14, 2021 at 4:20:00 PM UTC-4 John Coonrod wrote: > Thanks. I use the normal gae

[google-appengine] Re: why google search api results is NoneType object

2021-05-10 Thread 'Shawn Wu' via Google App Engine
what is the python version ? Generally, It means the value of data is None. You can simply print "enumerate(search_items, start=1)" to confirm the value type. On Saturday, May 8, 2021 at 9:10:12 AM UTC-4 amol.s...@namasys.co wrote: > output: > result = self.fn(*self.args, **self.kwargs) >

[google-appengine] Re: Free trial registration issue

2021-05-07 Thread 'Shawn Wu' via Google App Engine
please try to use the chrome incognito mode or try to clear the cookies and try again. On Thursday, May 6, 2021 at 3:54:32 PM UTC-4 Animesh Sharma wrote: > Please try firefox private window. I am able to do so by this only. > > On Thursday, May 6, 2021 at 7:37:54 PM UTC+5:30 pref...@gmail.com

[google-appengine] Re: gcloud app deploy command broken

2021-04-27 Thread 'Shawn Wu' via Google App Engine
please add --verbosity(https://cloud.google.com/sdk/gcloud/reference#--verbosity) flag to debug to pull out the error details for further understanding On Tuesday, April 27, 2021 at 9:09:10 AM UTC-4 in...@rdvassistant.com wrote: > hello, > I am looking for help for an issue of GAE deploy > >

[google-appengine] Re: Cloud Run services latency spikes

2021-04-19 Thread 'Shawn Wu' via Google App Engine
I believe the best way is to file the support case in the cloud console, in this way the Support team can have a deeper look into the issue. On Monday, April 19, 2021 at 11:10:40 AM UTC-4 Andreas Lans wrote: > Hello! > > We have several projects in Google Cloud and we have recurring problems

[google-appengine] Re: Server side GTM using App Engine

2021-04-09 Thread 'Shawn Wu' via Google App Engine
the App Engine standard is only used for testing.. Once being deployed to the production, 3 instances with 1 vCPU, 0.5 GB memory, 10 GB disk and App Engine Flex insensate are required , you can only increase or reduce the amount of the instance rather than modify the container. On

[google-appengine] Re: Cannot debug app on Google Cloud App Engine

2021-03-19 Thread 'Shawn Wu' via Google App Engine
the args seems missing the yaml settings. Can you double confirm the yaml files ? On Thursday, March 18, 2021 at 9:46:29 AM UTC-4 bha...@gmail.com wrote: > > Hello everyone, > I have a PHP Laravel app deployed on Google Cloud App Engine. > > Previously, I was able to debug the app online and

Re: [google-appengine] Re: New migration resource

2021-03-16 Thread 'Shawn Wu' via Google App Engine
App Engine Memorystore for Redis Sample at https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/appengine/standard/migration/memorystore provided the example how to replace the Memcache API with the Memorystore for Redis. you can refer to this doc for more details. On

[google-appengine] Re: AppEngine Error: EROFS: read-only file system, open '.next/static/sitemap.xml

2020-11-10 Thread 'Shawn Wu' via Google App Engine
I recommend you to file the app's architecture questions in the StackoverFlow, since there is no standard answers for these question. the StackoverFlow community should be the best place for those information. On Tuesday, November 10, 2020 at 12:15:24 PM UTC-5 Mog Obahor wrote: > Thanks for

[google-appengine] Re: Basic-scaling random port number in local devserver

2020-10-07 Thread 'Shawn Wu' via Google App Engine
I think the forwarded_ports should be set. You can forward ports from your instance (HOST_PORT) to the Docker container (CONTAINER_PORT). If you only specify a PORT, then App Engine assumes that it is the same port on the host and the container[1]. [1]

[google-appengine] Re: C# SqlServer database connection problem while deploying to AppEngine

2020-10-07 Thread 'Shawn Wu' via Google App Engine
A batch is a SQL string that you send for execution to SQL Server. It can contain multiple statements. Every time you call SqlCommand.Execute* you send a single batch. On Monday, October 5, 2020 at 6:33:50 PM UTC-4 krzyszt...@gmail.com wrote: > I think I found the real problem. It was

[google-appengine] Re: Migrating from GAE Flexible to Standard

2020-10-07 Thread 'Shawn Wu' via Google App Engine
You can refer to this stackoverflow case[1],which the GCP support team provided the information to migrate from flex to standard environment. [1] https://stackoverflow.com/questions/44880708/change-project-from-google-app-engine-flexible-to-standard/49454510 On Monday, October 5, 2020 at

[google-appengine] Re: Cloud Function build error - go113_20200924_20_RC00

2020-09-29 Thread 'Shawn Wu' via Google App Engine
if you deploy by using gcloud, please ensure the command is correct. the error message seems to indicate command invalid. On Monday, September 28, 2020 at 4:10:29 PM UTC-4 ÄŚrtomir Majer wrote: > I can no longer deploy my Cloud Function using a commit from ~3 days ago > that was deployed

Re: [google-appengine] Download source code of Node.js project deployed on Google Cloud AppEngine

2020-09-14 Thread 'Shawn Wu' via Google App Engine
please double confirm the IAM role of your account. it may caused by the account lack of IAM role. On Saturday, September 12, 2020 at 5:21:58 PM UTC-4 aqibp...@gmail.com wrote: > Dear Wesley, > > Thanks for your response, but i am not able to see the option of *Source*. > I am only able to

[google-appengine] Re: quotas

2020-08-21 Thread 'Shawn Wu' via Google App Engine
please check that service quota limit. On Friday, August 21, 2020 at 4:50:30 AM UTC-4 ma...@gmsolustion.online wrote: > have you any info for this error please > > temporary error: quotaExceeded backing off: 60 seconds, retry: 7/10 > -- You received this message because you are subscribed to

[google-appengine] Re: webapp2 maintenance

2019-12-30 Thread 'Shawn Wu' via Google App Engine
Hello Remko, To provide the best effort to help the issue, I reached out to the team internally by email to express your interest in having your PR request [1] approved. However, please keep in mind that the PRs might take some time to be reviewed before approval. We cannot promise each PR

[google-appengine] Re: webapp2 maintenance

2019-12-23 Thread 'Shawn Wu' via Google App Engine
Hello Remko, By looking into the link you provided, I was able to notice that this particular repository is supported by its own set of contributors. Due to this, you may feel free to reach out to the team through their issue tracker here[1]. This will ensure you would be getting the most