pm2 is randomly stoping? all my processces every once in a while.
I have pm2 running 3 enitrely seperate apps and for some reason every once in a while all the apps just die. when i do pm2 list
it says all the apps are running but when i check logs (i dont see any) and all requests to the web server just gets timed out until i run pm2 start "app name"
or pm2 restart all
. Is anyone else facing this issue or know why this is happning?