keymetrics / pm2-plus-tech-questions

http://docs.keymetrics.io/docs/pages/faq-troubleshooting/
27 stars 3 forks source link

PM2 shuts down unexpectedly after ~8 hours #296

Open steve-king-ky opened 2 years ago

steve-king-ky commented 2 years ago

We've repeatedly attempted to run PM2 on a Windows Server 2019 (Standard) to to host our Node.js application. However, invariably, after several hours, the process seems to just die (PM2 itself, not merely the application). The PM2 logs provide no details as to why the application shut down.

We've upgraded to the latest version of PM2 today to see if that would make a difference, to no avail.

We also have PM2 running as a service on that same server and the service did not terminate. However, I am curious as to whether or not our app was running under the service or, since we initiated via pm2 at the command-line, it was running under a separate instance?

Thanks in advance.