From 5ffc3064d70505b18b4fa9b49ac99c8f11972a16 Mon Sep 17 00:00:00 2001 From: Wilson Bilkovich Date: Thu, 2 Feb 2023 11:03:13 -0500 Subject: [PATCH] Remove vestigial reference to `worker_command` --- dask_cloudprovider/cloudprovider.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/dask_cloudprovider/cloudprovider.yaml b/dask_cloudprovider/cloudprovider.yaml index d9bfbf80..b21de2fb 100755 --- a/dask_cloudprovider/cloudprovider.yaml +++ b/dask_cloudprovider/cloudprovider.yaml @@ -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