fix(processmonitor): Bump smartdaemon and stop aggressive pidusage cache clearing in ProcessMonitor

This commit is contained in:
2025-09-03 11:47:06 +00:00
parent f10a7847c2
commit 61c4aabba3
5 changed files with 77 additions and 62 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-09-03 - 5.10.2 - fix(processmonitor)
Bump smartdaemon and stop aggressive pidusage cache clearing in ProcessMonitor
- Update dependency @push.rocks/smartdaemon from ^2.0.9 to ^2.1.0 in package.json.
- Remove per-PID pidusage.clear calls in ts/daemon/processmonitor.ts (getProcessGroupStats) to avoid potential errors or unexpected behavior from manually clearing pidusage cache.
## 2025-09-03 - 5.10.1 - fix(processmonitor)
Skip null pidusage entries when aggregating process-group memory/CPU to avoid errors