K8s Readiness probe failed: success for ray-worker, docs maybe unclear
I’m working on setting up a Ray cluster with a head node and worker pods. While the head node deploys successfully and functions as expected, the worker node fails with the error: “Readiness probe failed: success.”
Extending a Ray Actor or make a subclass be a Ray Actor
Look at the code below:
Ray logging is not working for logging.info calls in main or worker process
I am trying to set up a logger on Windows that can output messages to both a log file as well as stdout with different log levels. I am using ray to run a couple of remote worker processes so I would like the settings to apply to those as well as any logging calls in the main process.
Ray OutOfDiskError even when disk space is available
I’m using Ray on my Mac to run some Python computations. The code will write with large HDF files with size ranging from 25 to 50 GB. I received the following error message while executing my code: