-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Temporal scaler #1207
base: main
Are you sure you want to change the base?
docs: Temporal scaler #1207
Conversation
Signed-off-by: Prajith P <[email protected]>
Signed-off-by: Prajith P <[email protected]>
❌ Deploy Preview for keda failed.
|
Thank you for your contribution! 🙏 We will review your PR as soon as possible.
While you are waiting, make sure to:
Learn more about:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this to 2.17 and update acorrding to the latest implementation
✅ Deploy Preview for keda ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Prajith P <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]> Signed-off-by: Prajith <[email protected]>
Co-authored-by: Zbynek Roubalik <[email protected]> Signed-off-by: Prajith <[email protected]>
Signed-off-by: Prajith P <[email protected]>
- `activationTargetQueueSize` - This sets the target value for activating the scaler. More information about activation thresholds can be found [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional) | ||
- `targetQueueSize` - Target value for queue length passed to the scaler. The scaler will cause the replicas to increase if the queue message count is greater than the target value per active replica. (Default: `5`, Optional) | ||
- `taskQueue` - This parameter specifies the task queue name. (Required) | ||
- `queueTypes` - Task Queue type can be set to either workflow, activity, or both. By default, the type is set to `workflow`. This field is optional. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- `queueTypes` - Task Queue type can be set to either workflow, activity, or both. By default, the type is set to `workflow`. This field is optional. | |
- `queueTypes` - Task Queue type can be set to either `workflow`,`activity`, or both. (Default: `workflow`, Optional) |
If multiple values are supported here, then we should mention the separator as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
Signed-off-by: Prajith P <[email protected]>
Docs for temporal workflow scaler
Checklist
corresponding to the kedacore/keda#4863