-
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
Unable to stop load from web UI with 0.11.0 #981
Comments
I run into the same issue. How could we resolve it? |
@xiaowheat @Eadword @timwebster9 I've got a PR out with a potential fix for this. If y'all could take a look and see if it both solves the issue for you and allows the new functionality to continue to work, that'd be great. |
I just merged the PR, which closed this issue. Please test against master branch from git and and re-open this issue if it's not resolved. |
Description of issue
Since upgrading to Locust 0.11.0 I often have difficulty stopping Locust from the web UI when running distributed. I click the Stop button, but the load doesn't actually stop. At best, it dips briefly but then resumes.
Expected behavior
Load stops almost immediately.
Actual behavior
It seems slaves stop their load and then rejoin the pool and then have load immediately sent to them again. Example output from master, showing repeated attempts to stop the load:
Similarly, slave logs show the usual shutdown messages but then begin outputting load metrics again.
Environment settings
Steps to reproduce (for bug reports)
The text was updated successfully, but these errors were encountered: