Skip to content

Allow scheduler_options to be set from config file #400

@lesteve

Description

@lesteve

as mentioned by @kathoef in #382 (comment).

My thoughts on this: probably this should be nested inside each cluster-specific section in ~/.config/dask/jobqueue.yaml. For example, for the slurm section this would be something like this:

jobqueue:
  slurm:
    name: dask-worker
    walltime: '00:30:00'
    ...

    scheduler_options:
      interface: eth1
      dashboard_address: :8787

dask.config may just be able to tackle this just fine.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions