-
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
Discarded report from unrecognized worker #3003
Comments
Same holds when I remove the ( |
I can reproduce this as well. I wonder when it broke... Anyways, I'm on it... |
Actually, I'm only able to reproduce it with |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 20 days. |
Please remove stale label. |
Prerequisites
Description
This is a follow up of #3000. The UI now shows the correct number, but only when one worker node is used. When adding
--processes 10
and specifying 10 users in the UI I still get a lower number in the UI compared with what the nodejs command is showing.The logs is saying "locust.runners: ... reported that is has stopped" and later "Discarded report from unrecognized worker ...". This is logged multiple times for multiples runners.
Command line
locust -s 10 --processes 10
Locustfile contents
The text was updated successfully, but these errors were encountered: