https://prefect.io logo
Title
d

Daniel Davee

01/28/2023, 1:03 AM
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

Christopher Boyd

01/30/2023, 9:41 PM
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