Hello, I have ran into an issue here. When i use L...
# ask-community
m
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
Hey @Meet Patel Would you be able to share a minimum reproducible example of the flow you're running?