mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:23:10 +08:00
[api] API deprecations and cleanups for 1.0 (internal_config and Checkpointable actor) (#10333)
* remove * internal config updates, remove Checkpointable * Lower object timeout default * remove json * Fix flaky test * Fix unit test
This commit is contained in:
@@ -84,7 +84,7 @@ public abstract class BaseMultiLanguageTest {
|
||||
"--load-code-from-local",
|
||||
"--include-java",
|
||||
"--java-worker-options=" + workerOptions,
|
||||
"--internal-config=" + new Gson().toJson(RayConfig.create().rayletConfigParameters)
|
||||
"--system-config=" + new Gson().toJson(RayConfig.create().rayletConfigParameters)
|
||||
);
|
||||
if (!executeCommand(startCommand, 10, getRayStartEnv())) {
|
||||
throw new RuntimeException("Couldn't start ray cluster.");
|
||||
|
||||
Reference in New Issue
Block a user