pm2
pm2 start ecosystem.config.js # uses variables from `env`
pm2 start ecosystem.config.js --env production # uses variables from `env_production`-c --cron <cron_pattern>
`pm2 start sendMail.js --cron "0 */1 * * *"
// every hourLast updated
pm2 start ecosystem.config.js # uses variables from `env`
pm2 start ecosystem.config.js --env production # uses variables from `env_production`-c --cron <cron_pattern>
`pm2 start sendMail.js --cron "0 */1 * * *"
// every hourLast updated