https://prefect.io logo
m

Meet Patel

09/21/2022, 11:22 AM
Hello, I have ran into an issue here. When i use LocalDaskExecutor as an executor. One of my task is already using concurrent.futures (multiprocessing) module to run multiple processes. After using LocalDaskEcecutor in prefect flow i am getting AssertionError : daemonic processes are not allowed to have children. Anyone have faced this issue and how to resolve it?
m

Mason Menges

09/21/2022, 3:28 PM
Hey @Meet Patel Would you be able to share a minimum reproducible example of the flow you're running?
3 Views