Flyte 2 Devbox is available today to run a full Flyte backend and UI locally. Preview Flyte 2 for production, hosted on Union.ai
2.3.4

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().