Skip to content

Commit

Permalink
Remove vestigial reference to worker_command
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson committed Feb 2, 2023
1 parent 5eef5e2 commit 5ffc306
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dask_cloudprovider/cloudprovider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ cloudprovider:
availability_zone: null # The availability zone to start you clusters. By default AWS will select the AZ with most free capacity.
bootstrap: true # It is assumed that the AMI does not have Docker and needs bootstrapping. Set this to false if using a custom AMI with Docker already installed.
auto_shutdown: true # Shutdown instances automatically if the scheduler or worker services time out.
# worker_command: "dask worker" # The command for workers to run. If the instance_type is a GPU instance dask-cuda-worker will be used.
ami: null # AMI ID to use for all instances. Defaults to latest Ubuntu 20.04 image.
instance_type: "t2.micro" # Instance type for the scheduler and all workers
scheduler_instance_type: "t2.micro" # Instance type for the scheduler
Expand Down

0 comments on commit 5ffc306

Please sign in to comment.