auto scaling workers
Did anyone figure out how to get the workers to auto scale depending on workers waiting for work or some other arbitrary metric that’s not just cpu and men?
4 Replies
Yes we have it working for customers with custom scripts but we will add it natively to EE in not too long
Can the poor self hosted users who can’t afford EE get a guide or a peek at the custom scripts? 🫶
For now not really, it's very custom but we use kubectl directly in there
It's nothing you wouldn't be able to do yourself:
schedule regularly
scale up if queue is starting to be fuller
scale down if you haven't scaled up/down recently and queue is empty
was just curious if someone solved the issue for me already 😄
thank you so much as always @rubenf