-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
The attribute "queueLength" of RabbitMQ Scaler is not optional actually #880
Comments
Error log from #879:
|
@tomkerkhove error log of #879 is not for this issue this issue have the log:
|
Huh I've misread the issue; thought it was the same one - Sorry! |
@tomkerkhove sorry about missing "not" |
@heavenwing good catch, thanks for reporting this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
Don't need to set queueLength
Actual Behavior
I must to set queueLength, otherwise RabbitMQ Scaler is not working
Steps to Reproduce the Problem
2.generate deploy yaml file with this command:
func kubernetes deploy --name azfunconk8s --image-name heavenwing/azfunconk8s --dry-run > deploy-funcs.yaml
This command "func kubernetes deploy" actually don't create queueLength attribute
3.put some messages into rabbitmq
4.RabbitMQ Scaler don't scale my deploy because of missing queueLength (keda-operator report this error log)
Specifications
The text was updated successfully, but these errors were encountered: