when I run the docker image with master mode,my other slave docker can not connect to master.But,if I run
locust master without your docker image,and I run docker image with slave mode,the slaves can connect to master and work well.I don't know why.
Hi, I got similar problem today.
When try run my slave Locust with argument "MASTER_HOST=http://", it shows ZMQError with message "Invalid argument".
Then I tried removing "http://" from the argument, it works.
Guess the document is a little bit outdated?
when I run the docker image with master mode,my other slave docker can not connect to master.But,if I run locust master without your docker image,and I run docker image with slave mode,the slaves can connect to master and work well.I don't know why.