You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a design choice, but I would find the change useful. To accurately simulate user-behavior, I have to call self.wait in my on_start function. I think most people would prefer this, but I could be wrong.
Description of issue
Loust not calling wait_function after on_start().
Expected behavior
On start is called, then the locust waits before executing the first task in the task_set.
Actual behavior
wait_function is not called
Environment settings
OS: windows
Python version: 3.6.3
Locust version: 0.10.0
The text was updated successfully, but these errors were encountered:
Request
I'm not sure if this is a design choice, but I would find the change useful. To accurately simulate user-behavior, I have to call
self.wait
in myon_start
function. I think most people would prefer this, but I could be wrong.Description of issue
Loust not calling wait_function after on_start().
Expected behavior
On start is called, then the locust waits before executing the first task in the task_set.
Actual behavior
wait_function is not called
Environment settings
The text was updated successfully, but these errors were encountered: