Yes, using the app.yaml file, you can set the type of scaling that is used 
by your App Engine app. You can specifically see the reference 
<https://cloud.google.com/appengine/docs/standard/python3/config/appref#scaling_elements>
 
on how the scaling elements are to be syntactically added in your app.yaml 
file. Since this file contains the specifications for the deployment of 
your app, it would be the proper place to change the settings. 

Have you recently encountered this issue? There is currently an existing 
incident <https://status.cloud.google.com/incidents/4Qvmd4q81VnA9RirCMqV> 
that is affecting multiple Google Cloud products which could be related to 
the errors you are seeing.
On Friday, May 6, 2022 at 2:36:23 AM UTC-5 nikhilhem...@rakuten.com wrote:

> I was using autoscaling but it has 10 min request timeout,so I want to 
> change it to basic scaling.
> Does changing app.yaml will do the thing? or I need more settings.
> runtime: python39 service: dev-app instance_class: B1 basic_scaling: 
> max_instances: 10 idle_timeout: 10m
> I am getting error as
> The request failed because the instance could not start 
> successfullyProcess terminated because it failed to respond to the start 
> request with an HTTP status code of 200-299 or 404.
>

-- 
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 email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/28a0f7bf-266f-4e36-a28d-51330b1360b1n%40googlegroups.com.

Reply via email to