Hi, Is there a way to pass messages between different python processes/interpreters using the ray.util.queue? I have one process that generates different ray.tune tasks and another that runs them. Both are connected to the same ray cluster using the ray.init(…) command. The examples/tutorials all use a single python process/interpreter.
I am using ray v1.6.