You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: Request failed with status code 500: No available agent to submit job, please try again later..
Reproduction script
# script.pyimportray@ray.remotedefhello_world():
return"hello world"# Automatically connect to the running Ray cluster.ray.init()
print(ray.get(hello_world.remote()))
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
export RAY_ADDRESS=http://172.27.0.143:8265 && ray job submit --verbose --working-dir job -- python script.py
Reproduction script
GCS is enabled on cluster (redis)
export RAY_ADDRESS=http://172.27.0.143:8265 && ray job submit --verbose --working-dir job -- python script.py
Anything else
Same cluster, but without GCS works as expected job is submitted.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: