Do you get any errors when you get the timeout? Could please post your code and your logs? I found these stackoverflow cases that can help you (most common errors):
[1]: https://stackoverflow.com/questions/68420538/google-cloud-app-engine-deploy-fail-django [2]: https://stackoverflow.com/questions/70128374/google-app-engine-django-project-infinite-loading-and-error-500-does-not-raise-a Here is some Google documentation that can help you running Django in App Engine: [3]:https://cloud.google.com/python/django/appengine On Sunday, April 17, 2022 at 10:37:22 AM UTC-5 [email protected] wrote: > I have Django application deployed on App Engine standard environment. Not > all the time but sometimes App engine doesn't send response back which > leads to timeout at client side. I have logged the response contents just > before sending response in django code and the contents are correct. All > the source code execution is as expected just no response . Please suggest > me if anyone had same kind of issue. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5c85d2a9-ef56-431e-ad8c-3f4f3f907ca6n%40googlegroups.com.
