develog

[node] pm2 cron 설정 본문

카테고리 없음

[node] pm2 cron 설정

냐옴 2024. 9. 10. 15:00

 

pm2 start app.js --time --cron "0 3 * * *"
pm2 start app.js --time --cron "0 3,12 * * *"

 

cd /apps/node-backend-app
pm2 kill
pm2 start app.js --time --cron "0 3 * * *"
pm2 save
Comments