从GIT更新应用程序源代码时是否可以不停止nodejs应用程序?
目前 Jelastic 在从 GIT 获取文件之前会停止服务器:
Stopping nodejs server:
[PM2] Applying action deleteProcessId on app [all](ids: 0,1)
[PM2] [app](0) ✓
[PM2] [app](1) ✓
[PM2] [v] All Applications Stopped
[PM2] [v] PM2 Daemon Stopped
[ OK ]
是否可以不停止应用程序?我想调用“pm2 reload app”而不是停止它。
我尝试使用grep
. 不幸的是,没有包含Stopping nodejs server:
line 的文件。