Aaron Goebel
09/21/2023, 8:23 PMmp.Pool(n_processes if n_processes <= os.cpu_count() else os.cpu_count())
and run my code. This breaks when inside. a prefect flow. If I set n_processes
to 1 then the flow succeeds. I think I'm encountering some deadlock situation?Robert Banick
09/21/2023, 8:30 PMThreadPool
Aaron Goebel
09/21/2023, 8:40 PMRobert Banick
09/21/2023, 8:41 PM