Describe the bug
The API has an endpoint apparently able to return the status of a job (/jobs/{job_id}) but this status is not updated beyond "created". Currently one has to poll ray directly, which is not ideal.
System Information (please complete the following information):
OS: independent from OS, but tested on MacOS Sonoma and Ubuntu 24.04
Describe the bug The API has an endpoint apparently able to return the status of a job (/jobs/{job_id}) but this status is not updated beyond "created". Currently one has to poll ray directly, which is not ideal.
System Information (please complete the following information):
To Reproduce Steps to reproduce the behavior, via the API:
Expected behavior Since these jobs are async, "finished" as a status when the job is done.