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
Though, it would be good to know when we're getting a new docker image, would love to pin my version rather than use the master tag :)
Version 1.0 is not quite ready yet, but hopefully we'll be able to release a beta/release candidate pretty soon. It's hard to give a reliable ETA though since all work is done on an unpaid voluntary basis :).
Describe the bug
When running the latests docker image with
LOCUST_MODE
set toworker
, locust should start in worker mode, but it does not.It seems to start in standalone mode and the correct
LOCUST_OPTS
from thedocker_start.sh
file are not being set.Expected behavior
When the container runs, I should see:
Line 19 in the docker file should take effect:
https://github.com/locustio/locust/blob/master/docker_start.sh
Actual behavior
It seems to recognise that the mode was set to worker, but the options are not getting updated to run in worker mode:
Steps to reproduce
Run the docker image with these environment variables set
Environment
This docker-compose give the same issue:
The text was updated successfully, but these errors were encountered: