mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 18:31:34 +08:00
[Autoscaler] Account for resource backlog size (#11261)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user