[Autoscaler] Account for resource backlog size (#11261)

This commit is contained in:
Alex Wu
2020-10-12 09:43:48 -07:00
committed by GitHub
parent d3bc20b727
commit 175fc41fbc
5 changed files with 84 additions and 28 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ RAY_CONFIG(int64_t, max_resource_shapes_per_load_report, 100)
/// If true, the worker's queue backlog size will be propagated to the heartbeat batch
/// data.
RAY_CONFIG(bool, report_worker_backlog, true)
RAY_CONFIG(bool, report_worker_backlog, false)
/// The timeout for synchronous GCS requests in seconds.
RAY_CONFIG(int64_t, gcs_server_request_timeout_seconds, 5)