mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 14:14:31 +08:00
Skip dead nodes to avoid connection timeout. (#4154)
This commit is contained in:
committed by
Philipp Moritz
parent
9950f63e8c
commit
6f46edca51
@@ -56,6 +56,7 @@ MONITOR_DIED_ERROR = "monitor_died"
|
||||
LOG_MONITOR_DIED_ERROR = "log_monitor_died"
|
||||
REPORTER_DIED_ERROR = "reporter_died"
|
||||
DASHBOARD_DIED_ERROR = "dashboard_died"
|
||||
RAYLET_CONNECTION_ERROR = "raylet_connection_error"
|
||||
|
||||
# Abort autoscaling if more than this number of errors are encountered. This
|
||||
# is a safety feature to prevent e.g. runaway node launches.
|
||||
|
||||
Reference in New Issue
Block a user