This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Commit 87ecaa4
committed
chore: bump version to 1.2.1
- Update version from 1.2.0 to 1.2.1 in __version__.py
- Enhance _get_process_resources() to return process running status as third value
- Add process.is_running() check to detect terminated processes accurately
- Refactor process resource monitoring logic to use running status flag instead of checking if cpu/mem > 0
- Simplify PMHQ and LLBot running state detection by using returned is_running value
- Improve reliability of process status detection for manager, PMHQ, and LLBot processes1 parent 2e27d73 commit 87ecaa4
2 files changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2057 | 2057 | | |
2058 | 2058 | | |
2059 | 2059 | | |
2060 | | - | |
| 2060 | + | |
2061 | 2061 | | |
2062 | 2062 | | |
2063 | 2063 | | |
| 2064 | + | |
| 2065 | + | |
2064 | 2066 | | |
2065 | 2067 | | |
2066 | | - | |
| 2068 | + | |
2067 | 2069 | | |
2068 | | - | |
| 2070 | + | |
2069 | 2071 | | |
2070 | 2072 | | |
2071 | 2073 | | |
| |||
2077 | 2079 | | |
2078 | 2080 | | |
2079 | 2081 | | |
2080 | | - | |
| 2082 | + | |
2081 | 2083 | | |
2082 | 2084 | | |
2083 | 2085 | | |
| |||
2088 | 2090 | | |
2089 | 2091 | | |
2090 | 2092 | | |
2091 | | - | |
2092 | | - | |
| 2093 | + | |
| 2094 | + | |
2093 | 2095 | | |
2094 | 2096 | | |
2095 | | - | |
2096 | 2097 | | |
2097 | 2098 | | |
2098 | 2099 | | |
2099 | 2100 | | |
2100 | 2101 | | |
2101 | 2102 | | |
2102 | | - | |
2103 | | - | |
| 2103 | + | |
| 2104 | + | |
2104 | 2105 | | |
2105 | 2106 | | |
2106 | | - | |
2107 | 2107 | | |
2108 | 2108 | | |
2109 | 2109 | | |
| |||
0 commit comments