Questions tagged as 'pm2'

2
answers

Run background script

I'm doing a process with nodejs and I need to run say at every hour without needing to continually do something like node app.js . The script could have for example a console.log('ejecutar a cada hora') . Now, I was thinking a...
asked by 15.01.2016 / 21:23
0
answers

I want to restart my PM2 every 30minutes

There is an option called cron_restart and the default value is “1 0 * * *” I would like to know what is the value that I have to put in order for my PM2 to restart every 30 minutes     
asked by 25.12.2018 / 05:56