Zhanyuan Zhang
Zhanyuan Zhang
> We could consider implementing Global DataPack and Reducer as separate issues (or other separation in your own favor)? Agree. I'll change this issue to Global DataPack only, and make...
Got the same issue using the same example here: https://httpretty.readthedocs.io/en/latest/guides.html?highlight=timeout#emulating-timeouts I'm using python3.11 Any follow up on this?
@jiaodong ``` >>> print(ray.__version__) 2.1.0 >>> print(ray.__commit__) 23f34d948dae8de9b168667ab27e6cf940b3ae85 ```
> @zhanyuanucb Connecting to remote ray cluster will using [ray client](https://docs.ray.io/en/latest/cluster/running-applications/job-submission/ray-client.html). Ray client is a grpc proxy, the `ray.worker.global_worker` will be none, which is why you get this error. Ray...