2.5.19

Dask

Package: flyteplugins.dask

Configuration for the dask task

Parameters

class Dask(
    scheduler: flyteplugins.dask.task.Scheduler = <factory>,
    workers: flyteplugins.dask.task.WorkerGroup = <factory>,
)
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().