You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this works well, a subsecutive pm2 ls command shows
When I come back after some days however, an additional process has started that hogs my server's cpu because it keeps restarting
It is not clear where this process comes from, it might have to do with a server restart. Anyway, I can simply stop and delete the process (that always has id 0). Stopping the process does not affect my running applications.
Can someone explain my what happens here, what could be the cause and how I can fix it.
The text was updated successfully, but these errors were encountered:
But in that case, I would expect an attempted restart on the application itself. But as you can see in the output, pm2 lists 0 restarts on any of the running applications.
I have pm2 managing some nodejs services that I start with the command:
pm2 start /home/myuser/.node-environments/ecosystem.config.js
this works well, a subsecutive
pm2 ls
command showsWhen I come back after some days however, an additional process has started that hogs my server's cpu because it keeps restarting
It is not clear where this process comes from, it might have to do with a server restart. Anyway, I can simply stop and delete the process (that always has id 0). Stopping the process does not affect my running applications.
Can someone explain my what happens here, what could be the cause and how I can fix it.
The text was updated successfully, but these errors were encountered: