Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Actors and dask-workers

client = Client('127.0.0.1:8786',direct_to_workers=True)
future1 = client.submit(Counter, workers= 'ninja',actor=True)   
counter1 = future1.result()                    
print(counter1)

All is well but what if the client gets restarted? How do I get the actor back from the worker called ninja?

like image 384
chak Avatar asked Jan 28 '26 21:01

chak


1 Answers

There is no user-facing way to do this as of 2019-03-06

I recommend raising a feature request issue

like image 151
MRocklin Avatar answered Jan 30 '26 15:01

MRocklin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!