Replacing bespoke scaler with keda; ScaledJobs that process multiple long-running messages #6885
Unanswered
charlesritchea
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm considering keda as a replacement for a bespoke python service that watches rabbitmq queues and submits k8s Jobs that consume rabbit messages until an idle timeout, e.g. 5minutes. There is considerable overhead in scaling a Job pod, so the recommended pattern of 1:1 message to Job is not ideal for us, and ScaledObjects don't work if they can just terminate the pod before work is complete. Is this possible now with Keda? The docs emphasize a single message
Beta Was this translation helpful? Give feedback.
All reactions