https://prefect.io logo
Title
w

William Jamir

07/03/2022, 7:46 AM
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

Anna Geller

07/03/2022, 2:03 PM
You can configure that with num_workers - check this Discourse topic