Hi, I have one flow where I have two steps that I ...
# prefect-community
w
Hi, I have one flow where I have two steps that I use a map,
Task A
to do an upload and
Task B
to monitor if everything went fine after the upload from Task A. I noticed that using LocalDaskExecutor, only 10 tasks are processed at a time It’s possible to run more than 10 mapped tasks in parallel? Using LocalDaskExecutor with Prefect 1.2.2
1
a
You can configure that with num_workers - check this Discourse topic