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
in detail, the first time I run pm2 start, the terminal seems doing something blocking, and long time no response.
The second time I run the same command, it runs successfully, but lose process of another user.
I have three app in one of my lionde user A, and one in the other B.
And when I run
pm2 start app.js --name blahblah -e err.log -o out.log -x
on B, all process run on A disappeared.The app and process is still running there, I just can't manage them with pm2.
The text was updated successfully, but these errors were encountered: