-
Notifications
You must be signed in to change notification settings - Fork 30
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
Exceptions when running with the newest locust (2.25.0) #43
Comments
How can I reproduce this issue? |
It seems to happen most frequently when a run is stopped. I will comb more thorough the logs later |
I went through the logs. To give particular example: I forgot to mention that the Task itself is written in Kotlin (Version 1.9.22) and is running on temurin 21 latest |
I can't reproduce while spawning jobs(1 user at 1.0 spawn rate) using OpenJDK. |
Is there a specific class I could set logging to tracing on or something similar that would allow a bit more insights? |
You can try to print out the messages sent by locust here,
|
Hi,
I am using the newest version of locust4j with the newest version of locust (2.25.0).
I am seeing a large number of exceptions like:
any ideas what could cause this/Hints how to debug the Issue?
Thank you
Jens
The text was updated successfully, but these errors were encountered: