From 91b1c6ebdeac4dafd380d3e93e74108c31395704 Mon Sep 17 00:00:00 2001 From: Camille Roux Date: Fri, 29 May 2026 09:06:38 +0200 Subject: [PATCH] [docs] fix(5962): add max number of pending job (#5962) --- docs/deployment/configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/deployment/configuration.md b/docs/deployment/configuration.md index 450fe8b4..bd6e6099 100644 --- a/docs/deployment/configuration.md +++ b/docs/deployment/configuration.md @@ -149,12 +149,12 @@ reindex. To be able to use the power of the OpenAEV platform on endpoints, you need at least one **neutral executor** that will be in charge of executing implants as detached processes. Implants will then execute threat arsenal actions. -| Parameter | Environment variable | Default value | Description | -|:---------------------------------------------|:---------------------------------------------|:--------------|:------------------------------------------------------------------------------------| -| executor.openaev.agent.max-simultaneous-jobs | EXECUTOR_OPENAEV_AGENT_MAX-SIMULTANEOUS-JOBS | 5 | Simultaneous jobs execution limitation for agents, to avoid overloading the system. | - +| Parameter | Environment variable | Default value | Description | +|:---------------------------------------------|:---------------------------------------------|:--------------|:-----------------------------------------------------------------------------------------| +| executor.openaev.agent.max-simultaneous-jobs | EXECUTOR_OPENAEV_AGENT_MAX-SIMULTANEOUS-JOBS | 5 | Simultaneous jobs execution limitation for agents, to avoid overloading the system. | +| openaev.agent.queue-threshold | OPENAEV_AGENT_QUEUE-THRESHOLD | 0 | Max number of pending jobs per agent before marking it overloaded. 0 disables the check. | ##### OpenAEV Agent - +s The OpenAEV agent is enabled by default and cannot be disabled. It is available for: - Windows (`x86_64` / `arm64`)