Howdy I'm trying to understand how prefect task ar...
# ask-community
d
Howdy I'm trying to understand how prefect task are ran on ECS. Does Prefect 2.0 do a topological sort and run the task in parallel if able?
c
Hi Daniel, Tasks are run with the selected task runner (whether that’s ECS or not) - if you’re looking for parallelism, you’d likely want to be using Dask and Ray task runners