[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-05-06 Thread 'Rogelio Monter Rodriguez' via Google App Engine
Have you tried debugging your app locally using the local development server or using the local development server

[google-appengine] Re: Auto scaling to basic scaling migrate

2022-05-06 Thread 'Ernesto Contreras Pinon' via Google App Engine
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 on how the scaling elements are to be syntactically added in

Re: [google-appengine] How to structure credentials in requests to App Engine App

2022-05-06 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Please share if you’re using the Standard or Flex environment, in which programming language is your App (including version), what type of service account you have, any related code or settings that you have tried and the complete error and logs. Meanwhile here’s the general App Engine’s

[google-appengine] Auto scaling to basic scaling migrate

2022-05-06 Thread 'Nikhil Patil' via Google App Engine
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

[google-appengine] Re: App Engine doesn't send response leads to timeout at client

2022-05-06 Thread 'Nikhil Patil' via Google App Engine
To Explain my overall situation, My app response is lost though the API program executes as expected. This happens randomly. here is my app.yaml # # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance