Open Ha5hBr0wn opened 2 years ago
@Ha5hBr0wn Welcome to Dask, and thanks for opening this!
I think these features may not be prioritized for a while, but I'd suggest moving the request to the dask/distributed issue tracer, where it'll be more relevant. If you do so, please feel free to close this one. :)
You can also check out other feature requests on there around Actors, like:
https://github.com/dask/distributed/issues/2950
, andhttps://github.com/dask/distributed/issues/4333
.Thanks for the feedback @Ha5hBr0wn ! Improving capability is always good. To help with prioritization I'm curious:
It is mostly a "it would probably be nice if" kind of request.
I could try to contribute some things myself I suppose. I have not been a contributor to open source before, but suppose now is as good a time as any to start :)
According to the Dask documentation Actors have the following limitations.
The first point limits ease of use of the abstraction (especially being unable to pass the futures around to form dependencies), the second limits deployability in a production environment, and the last obviously impacts performance. I know personally it would be very exciting to see these points improved (probably in that order), and would increase use of Dask outside data science workloads.