-
-
Notifications
You must be signed in to change notification settings - Fork 748
Closed
Description
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.
distributed/distributed/core.py
Line 241 in 7bfd1ae
| super().__init__(**kwargs) |
This came about from dask-spec being given kwargs which do not exist in distributed.Worker.
Metadata
Metadata
Assignees
Labels
No labels