From db0db5aa9b5af6fc4a90411a31f7c0bf54ccd424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gillet?= Date: Tue, 26 Aug 2025 19:04:18 +0200 Subject: [PATCH] [worker] Document worker:thread_busy_wait flag --- docs/deployment/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/deployment/configuration.md b/docs/deployment/configuration.md index 95464b43..afd937cd 100644 --- a/docs/deployment/configuration.md +++ b/docs/deployment/configuration.md @@ -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.