https://prefect.io logo
Title
a

Ankit

02/01/2023, 4:29 AM
Hi, how to run mapped tasks concurrently?
c

Christopher Boyd

02/01/2023, 4:08 PM
Hi Ankit, Have you looked at the task runners? There are a few options - ConcurrentTaskRunner DaskTaskRunner RayTaskRunner https://docs.prefect.io/concepts/task-runners/
a

Ankit

02/02/2023, 3:53 AM
Hi Christopher, yes I am using default (concurrent task runner) but how do I use that for mapped tasks? for other tasks, I use task_name.submit() but not sure how to do it for mapped tasks