Skip to content

Server node tried to pass kwargs to object #4788

@jacobtomlinson

Description

@jacobtomlinson

While debugging an issue in dask-cloudprovider I noticed that distributed.core.Server tries to pass any remaining kwargs to object which doesn't take any kwargs.

super().__init__(**kwargs)

This came about from dask-spec being given kwargs which do not exist in distributed.Worker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions