Dynamic Scaling task_replicas

I successfully set up a karpenter deployer and set tolerations for tasks to run there, but I am still seeing jobs queued up for a long time. Rather than queue up during busy times I would like another task pod to be created which could trigger another node being created and added for the pod.

What am I missing?

in the roadmap… we laid some good ground work with termination grace period

this PR will allow you to bring your own HPA to AWX

https://github.com/ansible/awx-operator/pull/1676

try it out and see how it works for you more upvote on the PR gets it merged faster~

1 Like

Are there images and helm i can point to?

Is there some way this can be done on a schedule with cron or something?

Did anyone ever get this working? I see the aforementioned HPA pull request was merged back in June.