ray/dashboard/modules/job
Jiao a692e7d05e
[jobs] Fix restarting local ray cluster with http ray address broke local job submission (#21938)
As titled. We have a corner case on user laptop where user might left RAY_ADDRESS as http address but restarted local ray cluster. In this case we will try to do job submission with an http prefixed address.

Co-authored-by: Archit Kulkarni <architkulkarni@users.noreply.github.com>
Co-authored-by: Jiao Dong <jiaodong@anyscale.com>
2022-02-04 17:51:43 -06:00
..
tests [jobs] Fix restarting local ray cluster with http ray address broke local job submission (#21938) 2022-02-04 17:51:43 -06:00
__init__.py Job module without submission (#13081) 2020-12-31 11:12:17 +08:00
cli.py [jobs] Use subprocess.list2cmdline to properly handle quotes in CLI entrypoints (#22011) 2022-02-02 14:33:57 -06:00
common.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
job_head.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00
job_manager.py [jobs] Fix restarting local ray cluster with http ray address broke local job submission (#21938) 2022-02-04 17:51:43 -06:00
sdk.py [jobs] Support ray client format of connection string address for external module (#22116) 2022-02-04 13:35:10 -06:00
utils.py [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00