From 2ec5048b845319bb57e2b81d34a11790119369ad Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Fri, 26 Sep 2025 17:33:23 +0200 Subject: [PATCH] Add new config to agent-speech-processing.yaml [load_threshold, log_level] --- community/agent-speech-processing.yaml | 6 ++++++ pro/agent-speech-processing.yaml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/community/agent-speech-processing.yaml b/community/agent-speech-processing.yaml index a0ba208..671f6ae 100644 --- a/community/agent-speech-processing.yaml +++ b/community/agent-speech-processing.yaml @@ -4,6 +4,12 @@ docker_image: docker.io/openvidu/agent-speech-processing:main # Whether to run the agent or not. enabled: false +# Maximum CPU load threshold for the agent to accept new jobs. Value between 0 and 1. +load_threshold: 0.7 + +# Log level for the agent [DEBUG, INFO, WARNING, ERROR, CRITICAL] +log_level: INFO + live_captions: # How this agent will connect to Rooms [automatic, manual] # - automatic: the agent will automatically connect to new Rooms. diff --git a/pro/agent-speech-processing.yaml b/pro/agent-speech-processing.yaml index a0ba208..671f6ae 100644 --- a/pro/agent-speech-processing.yaml +++ b/pro/agent-speech-processing.yaml @@ -4,6 +4,12 @@ docker_image: docker.io/openvidu/agent-speech-processing:main # Whether to run the agent or not. enabled: false +# Maximum CPU load threshold for the agent to accept new jobs. Value between 0 and 1. +load_threshold: 0.7 + +# Log level for the agent [DEBUG, INFO, WARNING, ERROR, CRITICAL] +log_level: INFO + live_captions: # How this agent will connect to Rooms [automatic, manual] # - automatic: the agent will automatically connect to new Rooms.