I have an Google App Engine app which is basically a couple NodeJS scripts that run a website.
Some of this scripts are being terminated for apparently no reason, but looking at the logs this is happening:
Msg1: Container terminated by the container manager on signal 9.
Msg2: Container called exit(1).
Its quite erratic, seems to only happen during the day, sometimes every 30 secs or so.
Tried googling it but cant find anything like "varlog/system" to find out more on the error, neither that or the error message.
Also already add
resources:
cpu: 2
memory_gb: 2
to the app.yaml to discard any OOM issues.
Anybody saw this or have any idea what could it be?