less verbose messages

This commit is contained in:
Dobromir Popov
2026-06-30 01:10:20 +03:00
parent 60ccf47cb4
commit 1e6016e76f
2 changed files with 5 additions and 5 deletions

View File

@@ -697,10 +697,10 @@ class _TrackerHandler(http.server.BaseHTTPRequestHandler):
_rebalance_model_locked(server, entry.model or "stub-model")
directives = list(entry.pending_directives)
entry.pending_directives.clear()
print(
f"[tracker] heartbeat: {node_id[:8]} {entry.endpoint}",
flush=True,
)
# print(
# f"[tracker] heartbeat: {node_id[:8]} {entry.endpoint}",
# flush=True,
# )
if directives:
self._send_json(200, {"directives": directives})
else: