mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 23:23:15 +08:00
Remove redundant logger warning (#8954)
This commit is contained in:
@@ -935,9 +935,6 @@ def _start_redis_instance(executable,
|
||||
load_module_args += ["--loadmodule", module]
|
||||
|
||||
while counter < num_retries:
|
||||
if counter > 0:
|
||||
logger.warning("Redis failed to start, retrying now.")
|
||||
|
||||
# Construct the command to start the Redis server.
|
||||
command = [executable]
|
||||
if password:
|
||||
|
||||
Reference in New Issue
Block a user