KEDA job scaler is not working properly

Rhuan Barreto 0 Reputation points
2025-06-04T13:29:50.84+00:00

I have a job being triggered by a KEDA custom scaler (azure-queue). It was working properly. It stopped working. Now messages are piling up in the queue and no job execution is being triggered. Checked the system logs and there's no error messages from KEDA.

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,456 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anusree Nashetty 4,555 Reputation points Microsoft External Staff Moderator
    2025-06-04T21:43:45.2433333+00:00

    Hi Rhuan Barreto,

    Ensure that your ScaledObject is still configured correctly.
    Even though you mentioned there are no error messages, keep an eye on KEDA’s logs. Use kubectl logs on the KEDA operator pod to see if there are any warning messages or clues as to why it isn’t scaling.
    Verify the queue name hasn't changed. Check if the queue storage account was modified.
    Check if your Job controller (e.g., Argo Workflows, Kubernetes Jobs) is functioning:

    kubectl get jobs -n <your-namespace>
    

    Check for authentication or metrics calculation issues. Look for Errors connecting to Azure Storage or calculating queue length.

    If you have any further queries, let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.