-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 使用pid的方式修复file read timeout问题 (#410)
* feat: 根据pid判断某个进程是否存在 --story=20220716 * feat: 使用fileExit函数确保heart-beat-pid.json存在 --story=20220716 * feat: 在readtimeout时删除心跳和更新进程lock文件 --story=20220718 * feat: 在readtimeout时删除心跳和更新进程lock文件后继续执行后续逻辑启动心跳进程 --story=20220718 * feat: 当read timeout时删除lock文件 --story=20220718 * feat: 使用heart-beat.pid代替heart-beat-pid.json --story=20220718 * feat: 去掉pm2日志 --story=20220720 * feat: 增加去掉PM2日志注释,使用filePath代替file --story=20220720 Co-authored-by: guichezhang <[email protected]>
- Loading branch information
1 parent
e03bb0e
commit c587eef
Showing
9 changed files
with
88 additions
and
13 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters