My application has not started for a few days. It is executed after 1 minute of application startup. This request makes it unable to be ready for processing.
Do you know how to extend this timeout?
The server logs show a kill of the app after 61 seconds. Below I am using Spring and here is a Bean Classpath Exploration. I think this is what is doing slow startup.
I am working to reduce this time, but it still should not stop my app to start.
There is a 60-second time frame to handle each request.
You may want to consider using one, but you should work on reducing your startup time. For most apps this is a few seconds.
I have seen some discussion on the App Engine Mailing List about reducing startup time in Java, you want to do some searches here.
Comments
Post a Comment