https://prefect.io logo
j

Jeff Hale

08/22/2023, 2:07 PM
Task Runners 🧵
By default, your code runs sequentially. Calling
.submit()
with the default ConcurrentTaskRunner makes it run concurrently. You have options to add Dask or Ray for parallelization.