I was trying to work something out with 3-4 python processes that run in parallel. I start/stop the service and interact with it using FastAPI. I wanted to add the functionality to pause the process (from multiprocessing.process) from the FastAPI dashboard and run it again by resuming it in some way. Is there a way to temporarily halt a python process? So far I could only terminate the process altogether. Thanks!
Asked
Active
Viewed 14 times
0
-
Does this answer your question? [Pausing a process?](https://stackoverflow.com/questions/2804287/pausing-a-process) – Aaron Jun 01 '22 at 14:32