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

2022-05-18 Thread 'Jose Lorea Sanchez' via Google App Engine
Here is a post from “StackOverflow” that has similar characteristics. The user configures SECURE_SSL_REDIRECT and his App Engine has presented similar issues. The answer suggests adding a secure parameter to the app.yaml file. Could you try this?

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

2022-05-17 Thread 'Nikhil Patil' via Google App Engine
To update you I managed to get the root cause. Django settings.py has SECURE_SSL_REDIRECT configuration. If I enable it(I must), I get above issue,if I disable then the instance starts successfully. Do you have any idea? On Saturday, May 14, 2022 at 8:12:47 AM UTC+9 Osvaldo Lopez Acuña

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

2022-05-13 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Were you able to change your App Engine settings the way Ernesto suggested? The issue ended on May 6, as you can see in the shared link, and App Engine was not affected. On Thursday, May 12, 2022 at 10:46:30 PM UTC-5 nikhilhem...@rakuten.com wrote: > Any update on this? > > > On Saturday,

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

2022-05-13 Thread 'Osvaldo Lopez Acuña' via Google App Engine
Were you able to change your Appengine settings the way Ernesto suggested? The issue ended on May 6 as you can check it in the shared link and Appengine was not affected. On Thursday, May 12, 2022 at 10:46:30 PM UTC-5 nikhilhem...@rakuten.com wrote: > Any update on this? > > > On Saturday,

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

2022-05-12 Thread 'Nikhil Patil' via Google App Engine
Any update on this? On Saturday, May 7, 2022 at 5:49:29 AM UTC+9 Ernesto Contreras Pinon wrote: > 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 >

[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