Skip to main content

Dask

Configuration for the dask task

Attributes

  • scheduler: Scheduler = Scheduler()

    • Configuration for the scheduler pod. Optional, defaults to Scheduler().
  • workers: WorkerGroup = WorkerGroup()

    • Configuration for the pods of the default worker group. Optional, defaults to WorkerGroup().

Constructors

  • Configuration for the dask task

  • Parameters

    • scheduler: Scheduler
      • Configuration for the scheduler pod. Optional, defaults to Scheduler().
    • workers: WorkerGroup
      • Configuration for the pods of the default worker group. Optional, defaults to WorkerGroup().