autoscaler icon indicating copy to clipboard operation
autoscaler copied to clipboard

Automatically adds or removes instances based on build volume

Results 19 autoscaler issues
Sort by recently updated
recently updated
newest added

When a hetzner cloud instance is deleted externally (not by the autoscaler, for example via GUI/API) the autoscaler fails to correctly remove the instance. This is due to the fact...

It looks like AWS spot instance is supported (https://github.com/search?q=repo%3Adrone%2Fautoscaler%20spot&type=code) but not GCP yet? Thanks! This is a huge cost saving for us since spot instance is ~5x cheaper

Documentation says that DRONE_HETZNERCLOUD_SSHKEY must be an integer. How does such integer represent an SSH key? I already added the public key to Hetzner, but how do I provide the...

This attempts to add support for `DRONE_POOL_MIN_IDLE`, which will define the minimum idle time before a server is terminated. It defaults to `0`, but if you set it to `30m`...

Spent the last few hours grappling with my agent docker containers deployed via autoscaler not having port 3000 exposed. As a result, drone could push jobs to the agent. I...

Hi Everyone ! While trying to get the drone autoscaler running on Amazon EKS Kubernetes cluster I encountered an issue with the way the AWS SDK handles the session when...

I've been running this fork for the last few months and it is working well. I know there's some resistance against supporting SPOT instances, so feel free to drop this...

Once in a while the created instance on Hetzner does not get destroyed. This results in a big bill from Hetzner because the server is still running. Can it be...