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