https://prefect.io logo
#prefect-community
Title
# prefect-community
m

Meet Patel

09/21/2022, 2:02 PM
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

Nate

09/21/2022, 3:21 PM
Hi @Meet Patel, Can you share how you've written your code to use both concurrent.futures and LocalDaskExecutor?
4 Views