I am able to find out the worker address. But I want to know the name. Is there any method to find out?
from dask.distributed import Client, LocalCluster
cluster = LocalCluster(name='AAA',n_workers=1,threads_per_worker=2)
client = Client(cluster)
client