Skip to content

Fix master-host address in locust-python-worker - #598

Merged
Max Smythe (maxsmythe) merged 1 commit into
agent-substrate:mainfrom
yufan-su:fix-locust-python-worker-host
Jul 29, 2026
Merged

Fix master-host address in locust-python-worker#598
Max Smythe (maxsmythe) merged 1 commit into
agent-substrate:mainfrom
yufan-su:fix-locust-python-worker-host

Conversation

@yufan-su

Copy link
Copy Markdown
Collaborator

Fixes #597

The locust-python-worker container never joins the master, so every non-glutton user class (SleepUser, AteAPIUser, UserMemUser, KernelMemUser, CounterUser) is unrunnable. The worker loops on:

WARNING/locust.runners: Failed to connect to master localhost:5557, retry 3/60.

with only 1 worker connected instead of 2.

@maxsmythe Max Smythe (maxsmythe) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@maxsmythe
Max Smythe (maxsmythe) merged commit 46adcb8 into agent-substrate:main Jul 29, 2026
13 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

benchmarking: Locust python worker can't connects to the master

2 participants