Skip to content

Commit

Permalink
change slave ref to worker
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Jul 12, 2024
1 parent 176ec46 commit 4747ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust-distributed/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ case `echo ${LOCUST_MODE} | tr 'a-z' 'A-Z'` in
LOCUST_OPTS="--master --master-bind-port=${LOCUST_MASTER_BIND_PORT} $LOCUST_OPTS"
;;

"SLAVE")
"WORKER")
LOCUST_OPTS="--worker --master-host=${LOCUST_MASTER} --master-port=${LOCUST_MASTER_BIND_PORT} $LOCUST_OPTS"
echo "Options: ${LOCUST_OPTS}"
if [ -z ${LOCUST_MASTER+x} ] ; then
Expand Down

0 comments on commit 4747ecb

Please sign in to comment.