John Ramirez
05/08/2020, 1:10 PMDaskKubernetesEnvironment
with a custom YAML spec, can you still specify min & max workers in the classjosh
05/08/2020, 1:13 PMmin_workers
and max_workers
if you provide custom worker YAML. Are you seeing something different?John Ramirez
05/08/2020, 1:16 PMspec.yaml
file would over write itjosh
05/08/2020, 1:18 PMjosh
05/08/2020, 1:18 PMJohn Ramirez
05/08/2020, 1:19 PMjosh
05/08/2020, 1:20 PMcluster.adapt(minimum=self.min_workers, maximum=self.max_workers)
and the YAML is provided prior so it looks to me like the min/max get the final word but I can’t say for certain without testing it. Let me know if it works for you!John Ramirez
05/08/2020, 1:33 PMDaskKubernetesEnvironment
to use a custom dask image? I’m using a number of extra packagesjosh
05/08/2020, 1:39 PMJohn Ramirez
05/08/2020, 2:21 PMDaskKubernetesEnvironment
josh
05/08/2020, 2:23 PMDaskKubernetesEnvironment
over an environment with a static dask cluster is that the cluster begins and ends with that single flow runJohn Ramirez
05/08/2020, 2:24 PMjosh
05/08/2020, 2:24 PMJohn Ramirez
05/08/2020, 2:26 PMjosh
05/08/2020, 2:29 PM1
and IIRC dask is responsible for determining when to scale up the amount of workersJohn Ramirez
05/08/2020, 2:29 PMjosh
05/08/2020, 2:36 PMJohn Ramirez
05/08/2020, 3:00 PMJohn Ramirez
05/08/2020, 3:18 PMjosh
05/08/2020, 3:34 PMJim Crist-Harif
05/08/2020, 3:57 PMJohn Ramirez
05/08/2020, 4:07 PMJim Crist-Harif
05/08/2020, 4:09 PMJim Crist-Harif
05/08/2020, 4:10 PMJim Crist-Harif
05/08/2020, 4:10 PMJohn Ramirez
05/08/2020, 4:14 PMJim Crist-Harif
05/08/2020, 4:16 PMJohn Ramirez
05/08/2020, 4:17 PMJim Crist-Harif
05/08/2020, 4:21 PM