演员和dask-workers

问题描述 投票:2回答:1
client = Client('127.0.0.1:8786',direct_to_workers=True)
future1 = client.submit(Counter, workers= 'ninja',actor=True)   
counter1 = future1.result()                    
print(counter1)

一切都很好,但如果客户端重新启动怎么办?如何让演员从名为忍者的工人身上回来?

dask dask-distributed
1个回答
0
投票

截至2019-03-06,没有面向用户的方法

我建议提出功能请求问题

© www.soinside.com 2019 - 2024. All rights reserved.