Remove local/global_scheduler from code and doc. (#4549)

This commit is contained in:
Yuhong Guo
2019-04-03 17:05:09 -07:00
committed by Philipp Moritz
parent 51dae23d5c
commit c2349cf12d
29 changed files with 177 additions and 204 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ def push_error_to_driver_through_redis(redis_client,
"""Push an error message to the driver to be printed in the background.
Normally the push_error_to_driver function should be used. However, in some
instances, the local scheduler client is not available, e.g., because the
instances, the raylet client is not available, e.g., because the
error happens in Python before the driver or worker has connected to the
backend processes.