Skip to content
Open
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
6 changes: 6 additions & 0 deletions docs/deployment/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,12 @@ Can be configured manually using the configuration file `config.yml` or through
|:-------------------------------|:-------------------------------|:--------------|:-----------------------------------------------------------|
| worker:log_level | WORKER_LOG_LEVEL | info | The log level (error, warning, info or debug) |

#### Technical

| Parameter | Environment variable | Default value | Description |
|:------------------------|:-------------------------------|:--------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| worker:objects_max_refs | WORKER_OBJECTS_MAX_REFS | 0 | The refs amount threshold: if set to a value higher than 0, all objects that have a number of refs higher than this will be sent to a dead letter queue and not ingested |

#### Telemetry

| Parameter | Environment variable | Default value | Description |
Expand Down