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.
Is there a way to set a timeout for Ray Jobs submitted via JobSubmissionClient ?
In the below picture, you can see that the job has been running for 2h 51m without any progress. It is waiting for autoscaling, but the ScalingConfig is such that the RayCluster would never be able to fulfil it.
Is there a way to set a timeout for a Ray Job in which the submitted job must complete ?
Or something like job_start_timeout which can check if the job has not yet started within a certain time period, it automatically fails the job.
Thanks