mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
Don't log when a worker can't be started. (#1056)
This commit is contained in:
committed by
Eric Liang
parent
54aaeb25ab
commit
a31d138f21
@@ -220,7 +220,8 @@ void start_worker(LocalSchedulerState *state,
|
||||
}
|
||||
/* We can't start a worker if we don't have the path to the worker script. */
|
||||
if (state->config.start_worker_command == NULL) {
|
||||
LOG_WARN("No valid command to start worker provided. Cannot start worker.");
|
||||
LOG_DEBUG(
|
||||
"No valid command to start worker provided. Cannot start worker.");
|
||||
return;
|
||||
}
|
||||
/* Launch the process to create the worker. */
|
||||
|
||||
Reference in New Issue
Block a user