The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.7
Dask
Package: flyteplugins.dask
Configuration for the dask task
Parameters
class Dask(
scheduler: flyteplugins.dask.task.Scheduler,
workers: flyteplugins.dask.task.WorkerGroup,
)| Parameter | Type | Description |
|---|---|---|
scheduler |
flyteplugins.dask.task.Scheduler |
Configuration for the scheduler pod. Optional, defaults to Scheduler(). |
workers |
flyteplugins.dask.task.WorkerGroup |
Configuration for the pods of the default worker group. Optional, defaults to WorkerGroup(). |