Hi, how to run mapped tasks concurrently?
# ask-community
a
Hi, how to run mapped tasks concurrently?
c
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
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