Skip to content

Commit 8bb78cd

Browse files
authored
[docs] fix(5962): add max number of pending job (#5962)
1 parent 64d7b46 commit 8bb78cd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/deployment/configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ reindex.
189189
To be able to use the power of the OpenAEV platform on endpoints, you need at least one **neutral executor** that will
190190
be in charge of executing implants as detached processes. Implants will then execute threat arsenal actions.
191191

192-
| Parameter | Environment variable | Default value | Description |
193-
|:---------------------------------------------|:---------------------------------------------|:--------------|:------------------------------------------------------------------------------------|
194-
| executor.openaev.agent.max-simultaneous-jobs | EXECUTOR_OPENAEV_AGENT_MAX-SIMULTANEOUS-JOBS | 5 | Simultaneous jobs execution limitation for agents, to avoid overloading the system. |
195-
192+
| Parameter | Environment variable | Default value | Description |
193+
|:---------------------------------------------|:---------------------------------------------|:--------------|:-----------------------------------------------------------------------------------------|
194+
| executor.openaev.agent.max-simultaneous-jobs | EXECUTOR_OPENAEV_AGENT_MAX-SIMULTANEOUS-JOBS | 5 | Simultaneous jobs execution limitation for agents, to avoid overloading the system. |
195+
| openaev.agent.queue-threshold | OPENAEV_AGENT_QUEUE-THRESHOLD | 0 | Max number of pending jobs per agent before marking it overloaded. 0 disables the check. |
196196
##### OpenAEV Agent
197-
197+
s
198198
The OpenAEV agent is enabled by default and cannot be disabled. It is available for:
199199

200200
- Windows (`x86_64` / `arm64`)

0 commit comments

Comments
 (0)