-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: support concurrent and hatch for web-based startups #153
Comments
This is obviously a workaround, but there's nothing to stop you from just starting locust and then calling curl to http://locusturl/swarm (in so doing providing hatch_rate and max_locusts). That's how we run locust tests automatically (with slaves which requires the web interface). |
Thanks, Tim -- that certainly works; and I'll do that for our system. I'm going to leave this issue open in case other users want similar functionality, and leave it to whomever's discretion as to whether it should be closed as "won't fix" or tagged as "feature request". -Jeff |
They exist for the Even though it would be easy to make the |
We use a supervisor to start processes and services in our setup. It'd be nice for us to be able to use -c and -h with the web interface, so that our dev installs, when they start up, automatically start load testing, and our devs can go and look at the web interface to see what's going on. Is this something that's easy to do? It's not clear why the "--no-web" restriction exists on those flags (other than it's something most installs wouldn't generally use).
Thanks!
The text was updated successfully, but these errors were encountered: