Skip to content

Commit

Permalink
Default processes should be 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Lippus committed Oct 23, 2024
1 parent 7ea3dbe commit bacbb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cloudprovider/gcp/instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def __init__(
*args,
worker_class: str = "distributed.cli.dask_worker",
worker_options: dict = {},
n_worker_procs,
n_worker_procs: int = 1,
**kwargs,
):
super().__init__(**kwargs)
Expand Down

0 comments on commit bacbb3b

Please sign in to comment.