From 057062f77f25046efb34a8d7ed294f0fa21ed864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20PEZ=C3=89?= Date: Thu, 28 May 2026 14:15:53 +0200 Subject: [PATCH] [docs] fix(5962): add max simultaneous jobs configuration (#5962) --- docs/deployment/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/deployment/configuration.md b/docs/deployment/configuration.md index 9b0c68de..450fe8b4 100644 --- a/docs/deployment/configuration.md +++ b/docs/deployment/configuration.md @@ -149,6 +149,10 @@ 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. | + ##### OpenAEV Agent The OpenAEV agent is enabled by default and cannot be disabled. It is available for: