KEDA Autoscale jobs - Not working as expected #1207
-
I have installed KEDA 2.0 Beta version. I want it to scale jobs based on a message in Azure service bus queue. For every message in queue I want a job created with a max of 100 parallel jobs. I have trigger auth and managed AAD pod identity to access SB in KEDA.
When I send two messages in the service bus (both messages have same data) they are processed in serial instead of parallel. I see this error in KEDA metrics pod
I see no errors in KEDA operator:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@TsuyoshiUshio PTAL |
Beta Was this translation helpful? Give feedback.
-
Hi @sai25590 |
Beta Was this translation helpful? Give feedback.
Hi @sai25590
It looks the same root cause of #1186 however, I'll do more research for the provider.go error message. For the scaling logic, I'll provide fix soon.