diff --git a/python/ray/services.py b/python/ray/services.py index 9e71501a4..0c5ce0fb6 100644 --- a/python/ray/services.py +++ b/python/ray/services.py @@ -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: