docs(conductor): Synchronize tech-stack and commit monitor script updates
This commit is contained in:
@@ -59,7 +59,8 @@ def get_node_status(node_address, port=20202, alloc_id=None):
|
||||
store = data.get("store", {})
|
||||
status = {
|
||||
"is_primary": store.get("isPrimary", False),
|
||||
"uptime": "N/A",
|
||||
"candidate": store.get("candidate", False),
|
||||
"uptime": "N/A", # Will be filled by Nomad uptime
|
||||
"advertise_url": f"http://{node_address}:{port}",
|
||||
"dbs": store.get("dbs", {})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user