Is it possible to autoscale slaves?
See original GitHub issueFor example when running on Kubernetes this is very easy to set up by adding a HorizontalPodAutoscaler
but will locust be OK with new slaves connecting to the master as the users are increased?
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (10 by maintainers)
Top Results From Across the Web
Your Definite Guide For Autoscaling Jenkins - trivago tech blog
It was no surprise that our 5 Jenkins slaves were not capable of handling both our normal jobs and the sonar analysis.
Read more >Day 21 - Dynamically autoscaling a jenkins slave pool on EC2
At $lastjob, I configured a cluster of Jenkins slaves on EC2 to dynamically autoscale to meet demand during the working day, while scaling ......
Read more >Auto-Scaling Jenkins with Kubernetes - MonkeyLittle
It is probable that you will want to use your own images for Jenkins slaves. Being able to specify labels and docker images...
Read more >Scaling Jenkins on Demand. This blog explains how ... - Medium
This blog explains how to scale up your Jenkins on Demand on AWS and issues encountered while trying to create this Solution.
Read more >Autoscaling Jenkins instance by auto creating new slave ...
I am currently implementing autoscaling on a Jenkins server. I am hosting Jenkins on an ec2 instance. I want to enable new Jenkins...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@max-rocket-internet The master will send out new hatch messages to the slave nodes. Which will result in the existing 10 nodes killing ~90 of their running locust users, and the new node spawning ~900 users.
A bug was causing a temporary drop in the current RPS when this happened, as reported by #1143, but that has now been fixed in master.
@cgoldberg @aldenpeterson-wf
Would you not consider using issue labels like many other repos? I understand you don’t want to provide user support, and that’s totally fine, but as you can see most people view Github issues for a project as a go to place for users as well as developers. With labels and filtering you can support both without too much headache 😅
Pushing people to Slack is easy but it’s so ephemeral, even for the people that do go to the effort of creating an account.