Skip to content
Draft
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 @@ -458,6 +458,12 @@ Can be configured manually using the configuration file `config.yml` or through
| worker:telemetry_prometheus_port | WORKER_PROMETHEUS_TELEMETRY_PORT | 14270 | Port of the Prometheus endpoint |
| worker:telemetry_prometheus_host | WORKER_PROMETHEUS_TELEMETRY_HOST | 0.0.0.0 | Listen address of the Prometheus endpoint |

#### Performance

| Parameter | Environment variable | Default value | Description |
|:-----------------------------------|:-----------------------------------|:--------------|:-----------------------------------------------------------------------|
| worker:thread_busy_wait | WORKER_THREAD_BUSY_WAIT | true | Enable busy-waiting for worker threads. Disable for higher throughput |

### Connector specific configuration

For specific connector configuration, you need to check each connector behavior.
Expand Down