juana
09/10/2024, 11:53 AMMarvin
09/10/2024, 11:54 AMThreadPoolTaskRunner
is the default task runner, which allows for concurrent task execution within a thread pool. For parallel or distributed execution, you can use DaskTaskRunner
or RayTaskRunner
.
Here’s a link to the relevant section of the Prefect 3.x documentation:
Task Runners in Prefect 3.x
If you have further questions, feel free to ask!