I have a nodeJS app and I developp it with nodemon to restart everytime something change. So my package.json is like : "scripts": { "test": "echo \"Error: n
For some reason, every time I get this particular error /home/pi/.pm2/logs/app-error.log last 15 lines: 0|scripts | { TimeoutError: Navigation timeout of 30000
I'm trying to use pm2 to manage a node.js cluster pm2 start . -i 3 I'm currently running the app on heroku and using a Procfile with the above command, but I
Node version : 12 pm2 version : Latest 4.4 i have installed pm2 from below command wget -qO- https://getpm2.com/install.sh | bash My .js file var http = re
I have created a script that can run the python django application. I run this script using pm2. I do pm2 start scripts.sh, it works properly but after some tim