question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is it possible to autoscale slaves?

See original GitHub issue

For 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:closed
  • Created 4 years ago
  • Comments:12 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
heymancommented, Nov 13, 2019

@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.

2reactions
max-rocket-internetcommented, Aug 27, 2019

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found