Closed arnauddoub closed 1 year ago
How do you start the cronjob with pm2 in production?
Initial pm2 setup
pm2 start "node ace scheduler:run" --name scheduler
After each new deployment
pm2 restart scheduler
Ok very simple
How do you start the cronjob with pm2 in production?