[google-appengine] Re: Manual/basic GAE instance in Java11 gets 403 on start

2022-03-29 Thread 'Amit Sinha' via Google App Engine
Hello Eduardo, If I understand the issue correctly, when you are changing the app.yaml file to change the scaling type from dynamic, it starts to give the error. Is my understanding correct?

[google-appengine] Manual/basic GAE instance in Java11 gets 403 on start

2022-03-29 Thread Eduardo Moraleja
Hello, Migrating from dynamic instances in Java11 GAE to manual/basic instances results in 403 error when Google services (from IP 0.1.0.3) performs a "/_ah/start" request. App Engine is configured with Private Service Access and is only accessible from the VPC and specific IP's. No firewall

[google-appengine] Ruby version file not working

2022-03-29 Thread José Antonio Sánchez Ortiz
Hi We are running a project in an App Engine from several years ago. We are using flexible ruby. We have a .ruby-version file in our application directory, with version 2.6.3, but all the deployments we have tried today are ignoring the .ruby-version file, and they are installing the 2.7.5

[google-appengine] Re: Ruby version file not working

2022-03-29 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello, You are right, the Ruby runtime uses version 2.7.5. Source code is available on GitHub. Related details are to be found in the Overview of the "The Ruby

[google-appengine] Re: GPU quotas increased but error on the excess of my quota

2022-03-29 Thread 'babdelrahman' via Google App Engine
Could you please check the quota error message, is it for CPU, GPU exceeded error. You could Check the quota for Vertex AI API by following the steps below: Main menu -> IAM -> Quota -> Select the Vertex AI API ->Select region For CPU-> Select Quota in the filter:->CPU All regions. For

Re: [google-appengine] Re: Ruby version file not working

2022-03-29 Thread José Antonio Sánchez Ortiz
We have a .ruby-version file in our application directory, which contains 2.6.8, as stated in the Overview of the "The Ruby Runtime" documentation page . I have