Azure Pipelines Scaler Exit Behavior (Azure Container Apps) #5715
Replies: 1 comment
-
Hi, for Azure Container Apps we ask people to file an issue on https://github.com/microsoft/azure-container-apps/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc. This repo is only for open-source KEDA. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using https://keda.sh/docs/2.13/scalers/azure-pipelines/ to scale some self-hosted agents, and recently noticed they no longer appear to execute the cleanup function when the scaledown occurs. I didn't see any changes in the ACA documentation that would indicate why this would be the case, and my github runners using similar code clean themselves up as expected. Reaching out to see if anyone in the community has any ideas why they may not be cleaning up as expected.
Relevant details:
I set up a test using the baseline code here: https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/docker?view=azure-devops#linux. Built and deployed to ACA. Here's my observations:
--once
flag.I'm using Bicep to deploy, with the following KEDA scale setup to scale based on number of jobs in queue in the pool:
Beta Was this translation helpful? Give feedback.
All reactions