Braun Reyes
01/21/2020, 11:21 PMChris White
01/21/2020, 11:23 PMBraun Reyes
01/21/2020, 11:23 PMChris White
01/21/2020, 11:24 PMBraun Reyes
01/21/2020, 11:24 PMChris White
01/21/2020, 11:26 PM"dask-resource:KEY=NUM"
they will be parsed and passed as Worker Resources of the form {"KEY": float(NUM)}
to the Dask Scheduler.
And here’s how to set up Dask worker resources: https://distributed.dask.org/en/latest/resources.htmlBraun Reyes
01/22/2020, 2:45 PMexecutor = DaskExecutor(n_workers=1, threads_per_worker=3)
flow.run(executor=executor)
Chris White
01/22/2020, 4:50 PMExecutor
call for that to workBraun Reyes
01/22/2020, 4:56 PMChris White
01/22/2020, 4:56 PMBraun Reyes
01/22/2020, 5:22 PMChris White
01/22/2020, 6:08 PM