[google-appengine] Appengine Dashboard broken?

2020-10-07 Thread Linus Larsen
In cloud console, Appengine Dasboard for a few days it says: Current load This app has not received any requests in the last 24 hours. This is obviously wrong since I have loads of requests in the logs and I get billed for them as well. This used to show the top 10 or 20 requested urls, is it

[google-appengine] Re: App Engine HTTP issues

2020-10-07 Thread 'Kevin Hirsh' via Google App Engine
Hello, If I understand correctly, the original version of your app engine application which previously threw "java.net.UnknownHostException, ServiceConfigException: java.net.UnknownHostException: servicemanagement.googleapis.com" still fails to deploy. Also, if I understood correctly after

[google-appengine] Re: wget from api.nasdaq fails only on App Engine

2020-10-07 Thread Ananth Chellappa
No, api.nasdaq.com is not on AE.. On Tuesday, October 6, 2020 at 3:16:25 PM UTC-5 Olu wrote: > Hello, > > Thank you again for reporting this issue. I understand your attempt to > download data from your App Engine application using wget hangs and > probably fails. I understand the command

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

2020-10-07 Thread Jagath Weerasinghe
Is this forwarded_port option available in the standard environment as well? We run our app in the standard environment. On Wednesday, October 7, 2020 at 7:57:42 PM UTC+2 wus...@google.com wrote: > I think the forwarded_ports should be set. You can forward ports from > your instance

[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

Re: [google-appengine] Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-07 Thread Joshua Smith
Unfortunately, I used gcloud app deploy because appcfg.py stopped working a couple weeks ago. I did use curl and it revealed nothing. Just a terse 500 with no content from the server. > On Oct 6, 2020, at 4:14 PM, Charounson Saintilus > wrote: > > Hey Joshua, > > I don’t think I’m gonna be

[google-appengine] Re: App Engine HTTP issues

2020-10-07 Thread Krisztián Guba
Hi, It sounds good, but the traffic allocation still has problems. I am using test version 100% but sometimes the loadballancer routes the request to the master version. Cheers, Krisztián Guba On Tuesday, 6 October 2020 at 20:33:53 UTC+2 Katayoon (Cloud Platform Support) wrote: > Hi, > > The

[google-appengine] Re: App Engine HTTP issues

2020-10-07 Thread Krisztián Guba
So, I cannot deploy to my master version and traffic migration still fails. On Tuesday, 6 October 2020 at 20:33:53 UTC+2 Katayoon (Cloud Platform Support) wrote: > Hi, > > The issue with Google App Engine > is now > resolved. > > On