Hello. I have a google app engine application for java, currently using spring boot. We have several endpoints that are requested by* Cloud Scheduler *. One of the endpoints, every time is requested, it starts working properly (doing all the processes it has to do), but then, after a couple of minutes the process stops suddenly and gives our customers a 500 error.
The logs are: - Start program failed: terminated process with error signal: terminated - Start program failed: terminated process with error exit status 1 - Container called exit(1) This case is quiet similar to : https://groups.google.com/forum/#!msg/google-appengine-go/jeXkj0TBdQk/Enq0j2bZCQAJ When the app fails, this happens: [image: download.png] It's a pattern, every time we request that endpoint (as well as some other endpoints), it starts processing what it has to process, and after a while the process goes down and takes the server down with it forcing the instances to be reset. I have been looking all over the internet for this information, but we have found nothing. The following pictures show all the app.yaml we have used: [image: config2.png] [image: config3.png] [image: Config1.png] Please, I need help. -- 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/287ce873-2c2a-45c8-b287-a82dcaf59a59%40googlegroups.com.
