ray/dashboard/modules/job
shrekris-anyscale 75b7465ba4
[serve] Reject Ray client addresses when submitting via Dashboard (#23339)
Some commands in the Serve CLI use Ray client and some commands ping the Ray dashboard; however, all commands read `RAY_ADDRESS` to get the address. This change raises a nice exception if the user accidentally passes a Ray client address as the Ray Dashboard address.
2022-03-21 11:17:51 -05:00
..
tests [serve] Reject Ray client addresses when submitting via Dashboard (#23339) 2022-03-21 11:17:51 -05:00
__init__.py Job module without submission (#13081) 2020-12-31 11:12:17 +08:00
cli.py [Doc] [jobs] Add links to Job Submission and improve doc (#23209) 2022-03-18 12:52:13 -05:00
common.py [Doc] [jobs] Add links to Job Submission and improve doc (#23209) 2022-03-18 12:52:13 -05:00
job_head.py [Job submission] Add list_jobs API (#22679) 2022-03-01 21:27:09 -06:00
job_manager.py [jobs] Add entrypoint field to JobInfo (#23253) 2022-03-16 22:02:22 -05:00
sdk.py [Doc] [jobs] Add links to Job Submission and improve doc (#23209) 2022-03-18 12:52:13 -05:00
utils.py [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00