-
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
on_start function calls for every hatch #529
Comments
that is correct. what is your question? |
No need to run multible times, it should be run for the first hatch. This seems like a bug. |
it's designed to run the
it's not. It is functioning as designed. |
So we can create locust but ignore on_start function for multiple run. |
I have preparing test data in on_start function but it is calling for every hatch so it does the same jobs multiple times.
The text was updated successfully, but these errors were encountered: