We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Followed instruction to run on VirtualNode and uses following trigger with queueLength 1
triggers: - type: azure-queue metadata: name: msg type: queueTrigger direction: in queueName: blobevents connection: org1_STORAGE queueLength: 1
Sending 4 messages to the queue, still shows one pod processing all messages sequentially and deployment always has desired state 1
kubectl get deploy NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE trigger-keda 1 1 1 1 13m
It works as expected on regular Nodes, with 4 pods created ...
The text was updated successfully, but these errors were encountered:
I had the same result.
Sorry, something went wrong.
No branches or pull requests
Followed instruction to run on VirtualNode and uses following trigger with queueLength 1
Sending 4 messages to the queue, still shows one pod processing all messages sequentially and deployment always has desired state 1
It works as expected on regular Nodes, with 4 pods created ...
The text was updated successfully, but these errors were encountered: