Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions runner/src/runner/live/streamer/protocol/trickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ async def emit_monitoring_event(self, event: dict, queue_event_type: str = "ai_s
async def control_loop(self, done: asyncio.Event) -> AsyncGenerator[dict, None]:
if not self.control_subscriber:
logging.warning("No control-url provided, inference won't get updates from the control trickle subscription")
await done.wait()
return

logging.info("Starting Control subscriber at %s", self.control_url)
Expand Down
Loading