Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- vscode
- xargs
- web.xml
- netsh
- ssh
- Source
- Windows
- port
- bash
- 단축키
- find
- GIT
- VirtualBox
- Windows 10
- lsof
- JavaScript
- tomcat
- IntelliJ
- resource
- import
- 네트워크
- Quartz
- grep
- 줄바꿈 문자
- maVen
- context
- Mac
- profile
- Eclipse
- plugin
Archives
- Today
- Total
develog
[node] pm2 cron 설정 본문
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