Can my trigger (Scaler) warn me that my metadata is wrong? #1935
robin-wayve
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
Is that something we can do in Go @zroubalik ? I have this in Promitor where it gives suggestions but not sure about Go. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm a first time KEDA user, and was trying to configure a basic Scaling Job to consume one message at a time from an Azure Service Bus queue.
After reading Scaling Jobs I wound up configuring my
triggers[].metadata
wrong after I saw this (I guess I confused Azure Storage Queue with Service Bus):I should have read the Azure Service Bus Scaler documentation more closely which says:
Could something have warned me that
queueLength
was the wrong metadata to be using on this trigger and saved me some confusion?Beta Was this translation helpful? Give feedback.
All reactions