Edward Oakes
|
cb7bcbd651
|
[job submission] Fix address defaulting behavior (#24970)
Per the discussion in https://github.com/ray-project/ray/issues/24858:
- If an address without a port is provided, don't append a port.
- Default to `http://localhost:8265` if nothing is provided.
|
2022-05-20 14:10:36 -05:00 |
|
shrekris-anyscale
|
bc82e2d5c4
|
[serve] Restore "[serve] Support working_dir in serve run (#22760)" (#22971)
|
2022-03-09 21:31:23 -08:00 |
|
Kai Fricke
|
15601ed79b
|
Revert "[serve] Support working_dir in serve run (#22760)" (#22956)
This reverts commit ab2741d64b .
The PR breaks ray job submission for anyscale:// URLs
|
2022-03-09 17:04:46 +00:00 |
|
shrekris-anyscale
|
ab2741d64b
|
[serve] Support working_dir in serve run (#22760)
#22714 added `serve run` to the Serve CLI. This change allows the user to specify a local or remote `working_dir` in `serve run`.
|
2022-03-08 13:18:41 -06:00 |
|
Nikita Vemuri
|
d19aaf0fd3
|
[jobs] Add unit test for parse_cluster_info (#22205)
Add unit test to check addresses of various formats are correctly passed to `get_job_submission_client_cluster_info`.
|
2022-02-08 11:22:28 -06:00 |
|