giampaolo / psutil

Cross-platform lib for process and system monitoring in Python
BSD 3-Clause "New" or "Revised" License
10.32k stars 1.39k forks source link

[Windows] A resumed process getting suspended after few seconds at times. #2307

Open Yogesh2811 opened 1 year ago

Yogesh2811 commented 1 year ago

Summary

Description

{{{ I have a python application which suspends a process based on certain attributes of the process. When I relax the rules application resumes the suspended process. At times I have observed that resumed process goes into suspended state after few seconds without intervention of my application. }}}