Robin
09/30/2020, 9:10 AMmin_workers
and max_workers
as flow parameters, such that they can be changed from the cloud ui?
flow.environment = DaskKubernetesEnvironment(
min_workers=20, max_workers=30, labels=["k8s"]
)
josh
09/30/2020, 1:14 PMRobin
09/30/2020, 1:16 PMjosh
09/30/2020, 1:19 PMRobin
09/30/2020, 3:44 PM