Closed emilorol closed 4 years ago
Let me check
Very odd. I set the following ENV variable to 0
and start to work, but it can not see the slave.
See my output:
➜ docker-locust git:(master) ✗ docker-compose -f examples/docker-compose-distributed.yml up
Starting master ...
Recreating examples_slave_1 ... done
Attaching to master, examples_slave_1
master | [2020-01-23 17:46:11,599] master/INFO/locust.main: Starting web monitor at http://*:8089
master | [2020-01-23 17:46:11,599] master/INFO/locust.main: Starting Locust 0.13.5
slave_1 | [2020-01-23 17:46:11,758] 77954fae50a3/INFO/locust.main: Starting Locust 0.13.5
I am going to keep digging.
The current changes enable the latest version to work in a distributed mode. Please test it when you get a chance.
List of changes:
ENV
variable name from LOCUST_MASTER
to LOCUST_MASTER_HOST
locustfile.py
to handle latest version deprecation Any luck testing?
Yeah, Just finished. I got confused -- in distributed mode no requests were made. I shrank min/max delay and it started to show positive results. Thanks for the
This exapmle shows that the change (update of Locust, Python and OS version) deosn't work:
I am reverting last merge, until we fix the issue. Can you take a look at this?