Category "pm2"

How to specify a port number for pm2

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

too many unstable restarts (16). Stopped. "errored" pm2 nodejs

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

pm2 crash with too many unstable restarts (16). Stopped. "errored" in python

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