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?
There is no user-facing way to do this as of 2019-03-06
I recommend raising a feature request issue
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With