Hello, I’m just getting familiar with Done, so I may be missing something.
Here’s what I’m tying to figure out: we have several different kinds of workloads. Many are small, mostly network bound jobs that can have ~20 running in a single instance. However, some of our jobs need the whole agent instance to run. Using labels we can specify which jobs use which instances, great. However, how do we autoscale different labels?
I looked through the docs at https://autoscale.drone.io/ and was hoping to find something like DRONE_AGENT_LABEL which would set the agent’s label when launched. We would then just run one autoscaler per label. I looked though the source too and couldn’t find anything. Is there a solution for this?
Thanks.