Skip to content

Commit

Permalink
Add Go file
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 15, 2024
1 parent 1df4f82 commit 75b1df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/2.15/scalers/beanstalkd.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title = "Beanstalkd"
availability = "v2.15+"
maintainer = "Community"
description = "Scale applications based on beanstalkd queues"
go_file = "beanstalkd_scaler"
+++

### Trigger Specification
Expand All @@ -26,7 +27,7 @@ triggers:
- `server` - Address of beanstalkd server `<host>:<port>`. If no port is specified then the scaler will default to `11300`.
- `includeDelayed` - Whether to include delayed jobs in the count used for scaling. Defaults to false so only `ready` and `reserved` jobs are counted.
- `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)
- `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.

### Authentication Parameters
Expand Down

0 comments on commit 75b1df6

Please sign in to comment.