Skip to content

Commit

Permalink
Add timeout to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Barnes-Thornton <[email protected]>
  • Loading branch information
Sam Barnes-Thornton committed Aug 19, 2024
1 parent 75b1df6 commit 9a575f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/docs/2.15/scalers/beanstalkd.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9a575f5

Please sign in to comment.