Hey Juana! When using the Dask task runner in Prefect, the number of tasks running in parallel is determined by the Dask cluster configuration. The Dask task runner can spin up a local Dask cluster on the fly or connect with a Dask environment you've set up separately. For more information on configuring and using the Dask task runner, you can refer to the Prefect documentation
here. If you're using
prefect-dask
, you can specify the number of workers and the number of threads per worker. More on that
here.