[google-appengine] Re: IOException: Server returned HTTP response code: 503 for URL: https://clouddebugger.googleapis.com/v2/controller/debuggees/register

2020-04-02 Thread 'thomasotway' via Google App Engine
Hello Ronald, Do you have any deployed apps running? Cloud debugger (formerly known as stackdriver debugger) is indeed enabled by default. In cloud debugger , is a resource selected? Refer to the documentation to see what I mean. You

[google-appengine] Re: SocketTimeoutException outbound request - spring boot resttemplate

2020-04-02 Thread 'goya' via Google App Engine
Hi, I have created a private issue on Issue Tracker to better investigate this issue as we will need access to your project to check the logs and use other internal tools to understand which might be the cause for these timeouts. You should be able to access the private issue by using the

[google-appengine] What kind of architeture does AutoML Vision on Google Cloud uses?

2020-04-02 Thread Fernando Bastos
The title is self explanatory... I found this link which says it uses supervisioned learning and thats it, but inside this branch there are multiple times of nodes organizations and

[google-appengine] Re: "Request global variable is not set" suddenly started in deferred

2020-04-02 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Remko, There are no instance-related problems that would explain these errors, at the moment. To examine this issue we would normally need the project number involved, and sample code to reproduce the issue independently here. This private information cannot be disclosed here, in a

[google-appengine] Re: Unable to create serverless VPC connector for australia-southeast1 region

2020-04-02 Thread 'Olu' via Google App Engine
Quite rightly, it is recommended that your App Engine application's VPC connector be created in the same region as the application. This is a required condition as stated in this documentation[1]

[google-appengine] Re: on-premise to GCloud compute engine VPN using on-premise range IP

2020-04-02 Thread Gabriel Aberasturi
Hi, Finally we have solved in that way. - Created an VPC net and subnet using range 172.30.X.X. *OUR-NET* - Create a Compute engine (CE) using *OUR-NET as primary interface eth0/nic0 and NOT External IP address.* - Created an Classic VPN IKEv2 with Policy-based routing using the

[google-appengine] Re: on-premise to GCloud compute engine VPN using on-premise range IP

2020-04-02 Thread Gabriel Aberasturi
El miércoles, 4 de marzo de 2020, 14:40:22 (UTC+1), Gabriel Aberasturi escribió: > > Hello, > > I have a compute engine with a service on it. This compute engine has an > internal IP (10.208.0.X) and external IP and I can reach the service > through external IP. > > Now I want to