Reposting again : - Hello, I have ran into an issu...
# ask-community
m
Reposting again : - 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?
n
Hi @Meet Patel, Can you share how you've written your code to use both concurrent.futures and LocalDaskExecutor?