https://prefect.io logo
Title
s

Sam Debruyn

04/05/2023, 7:12 AM
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

redsquare

04/05/2023, 7:27 AM
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