How severe does this issue affect your experience of using Ray?
- Medium: It contributes to significant difficulty to complete my task, but I can work around it.
Hello everyone!
I have a requirement where I need to send an actor to every node, but it can only be 1 actor at a time. This is because the actor will be completing a task that will use up all of the memory of the node it is on. Only when I get the results from the task that the actor completes can I then send a new actor to that node.
I am not sure how I can go about doing this. Does anyone have any suggestions?