mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
[GCS] Remove old lightweight resource usage report code path (#13192)
This commit is contained in:
@@ -15,8 +15,6 @@ cdef extern from "ray/common/ray_config.h" nogil:
|
||||
|
||||
int64_t raylet_heartbeat_timeout_milliseconds() const
|
||||
|
||||
c_bool light_report_resource_usage_enabled() const
|
||||
|
||||
int64_t debug_dump_period_milliseconds() const
|
||||
|
||||
int64_t num_heartbeats_timeout() const
|
||||
|
||||
@@ -13,10 +13,6 @@ cdef class Config:
|
||||
def raylet_heartbeat_timeout_milliseconds():
|
||||
return RayConfig.instance().raylet_heartbeat_timeout_milliseconds()
|
||||
|
||||
@staticmethod
|
||||
def light_report_resource_usage_enabled():
|
||||
return RayConfig.instance().light_report_resource_usage_enabled()
|
||||
|
||||
@staticmethod
|
||||
def debug_dump_period_milliseconds():
|
||||
return RayConfig.instance().debug_dump_period_milliseconds()
|
||||
|
||||
Reference in New Issue
Block a user