Skip to content

Pass tags and exclude-tags to workers. #1976

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 23, 2022

Conversation

cyberw
Copy link
Collaborator

@cyberw cyberw commented Jan 20, 2022

This required moving the call to filter_tasks_by_tags from Environment init to Runner.start/start_worker. Fixes #1882

print("task2")
"""
)
print(content)

Choose a reason for hiding this comment

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

Do we really need this print here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch

@cyberw cyberw merged commit 02d1f9e into master Jan 23, 2022
spilchen added a commit to spilchen/helm-charts that referenced this pull request Feb 21, 2022
As per locustio/locust#1976 the
--tags/--exclude-tags are passed into the master locust node.  The
master will pass them through to the workers.
max-rocket-internet pushed a commit to deliveryhero/helm-charts that referenced this pull request Feb 24, 2022
…286)

* Pass --tags/--exclude-tags through locust master

As per locustio/locust#1976 the
--tags/--exclude-tags are passed into the master locust node.  The
master will pass them through to the workers.

* Match chart version in README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants