Search before asking
Ray Component
Ray Serve
What happened + What you expected to happen
Pre Ray1.9 I was able to pass RayServeSyncHandles to different Ray Serve instances as argument to other instances, this broke form Ray1.9. I this by design or is this a bug?
Versions / Dependencies
Ray1.9.x, Python3.8, Ubuntu20.04
Reproduction script
RayServer1.deploy()
rs1_handle = RayServe1.get_handle()
RayServer2.deploy(rs1_handle)
Anything else
No response
Are you willing to submit a PR?
Search before asking
Ray Component
Ray Serve
What happened + What you expected to happen
Pre Ray1.9 I was able to pass RayServeSyncHandles to different Ray Serve instances as argument to other instances, this broke form Ray1.9. I this by design or is this a bug?
Versions / Dependencies
Ray1.9.x, Python3.8, Ubuntu20.04
Reproduction script
RayServer1.deploy()
rs1_handle = RayServe1.get_handle()
RayServer2.deploy(rs1_handle)
Anything else
No response
Are you willing to submit a PR?