How would I automatically scale my Prefect agents ...
# prefect-kubernetes
s
How would I automatically scale my Prefect agents based on the amount of work in the pool? I was thinking of something like KEDA, but I don’t immediately see a KEDA scaler that would get an input from Prefect.
r
you could use the keda metrics api and query the prefect pool to see the length however the agents do very little in reality
👍 1