MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / _send_to_controller

Function _send_to_controller

lightx2v/disagg/workload.py:185–187  ·  view source on GitHub ↗
(payload: dict[str, Any])

Source from the content-addressed store, hash-verified

183
184
185def _send_to_controller(payload: dict[str, Any]) -> None:
186 host, port = _get_controller_target()
187 ReqManager().send(host, port, payload)
188
189
190def start_workload_clock() -> None:

Callers 1

send_workload_end_signalFunction · 0.85

Calls 3

ReqManagerClass · 0.90
_get_controller_targetFunction · 0.85
sendMethod · 0.45

Tested by

no test coverage detected