Does anyone here used Keda with a redis broker for...
# deployment-kubernetes
m
Does anyone here used Keda with a redis broker for a dagster-celery-k8s deploy? I'm having a bit of trouble getting Keda to read the redis queue length (it seems to always read llen queue is zero). (Alternative approaches to autoscaling also welcome.)
n
keda yes, redis no
I would reeeeeeally recommend you not use Redis as your Celery broker unless you do not care about things getting dropped 😕
m
rabbitmq then?
keda seemed to have more direct support for that - thanks for the tip!
n
That's what I use (though differently than core)
I've been upgrading Keda's rabbit support specifically for our Dagster testing though 🙂