Enable to define the heartbeat liveness from the cmdline #1787
Labels
feature request
stale
Issue had no activity. Might still be worth fixing, but dont expect someone else to fix it
I found out that a long time ago the service had an ability to define the heartbeat liveness from the cmdline but this commit removes this ability.
I think that in order to be a generic service the "heartbeat liveness" should be configurable.
In the current behavior, if I have a bug that slows the process I can't even understand it from the test results.
Describe the solution you'd like
Add the following flag
--heartbeat-liveness
Describe alternatives you've considered
I made a workaround and it works for me
import locust.runners locust.runners.HEARTBEAT_LIVENESS = 30
The text was updated successfully, but these errors were encountered: