mirror of
https://github.com/vale981/ray
synced 2025-03-12 14:16:39 -04:00

* Add API support for the logical view and machine view, which lean on datacenter in common. * Update dashboard/datacenter.py Co-authored-by: fyrestone <fyrestone@outlook.com> * Update dashboard/modules/logical_view/logical_view_head.py Co-authored-by: fyrestone <fyrestone@outlook.com> * Address PR comments * lint * Add dashboard tests to CI build * Fix integration issues * lint Co-authored-by: Max Fitton <max@semprehealth.com> Co-authored-by: fyrestone <fyrestone@outlook.com>
5 lines
185 B
Python
5 lines
185 B
Python
NODE_STATS_UPDATE_INTERVAL_SECONDS = 1
|
|
RETRY_GET_ALL_ACTOR_INFO_INTERVAL_SECONDS = 1
|
|
ACTOR_CHANNEL = "ACTOR"
|
|
ERROR_INFO_UPDATE_INTERVAL_SECONDS = 5
|
|
LOG_INFO_UPDATE_INTERVAL_SECONDS = 5
|