Feature request: CLI command `ray job wait`

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.

It would be very helpful if the CLI supported

ray job wait <jobid>

Otherwise, I either need to poll ray job status, or I need to wastefully stream out all of the logs, via ray job logs -f <jobid> >& /dev/null

Could you file a feature request on github? It will be easier for us to track.