From 70576f34352a15e71d7704808640d9aaef88b602 Mon Sep 17 00:00:00 2001 From: Sam Barnes-Thornton Date: Mon, 19 Aug 2024 08:39:39 +0000 Subject: [PATCH] Add timeout to docs --- content/docs/2.15/scalers/beanstalkd.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/2.15/scalers/beanstalkd.md b/content/docs/2.15/scalers/beanstalkd.md index 79e621a02..04e3138f9 100644 --- a/content/docs/2.15/scalers/beanstalkd.md +++ b/content/docs/2.15/scalers/beanstalkd.md @@ -29,6 +29,7 @@ triggers: - `tube` - Name of the tube to scale on. - `activationValue` - Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional, This value can be a float) - `value` - Number of jobs in the queue to trigger on. Defaults to `ready`+`reserved` jobs if `includeDelayed` isn't set. +- `timeout` - Timeout in seconds for establishing a connection to the beanstalkd server. Defaults to 30. ### Authentication Parameters