Closed uniform641 closed 1 week ago
Unfortunately we cant support significantly different worker versions (maybe within one-two minor revisions should work though). I've added a warning and stopped reading the field that might not exist, so maybe it will work for you now, but that's as far as we can go.
Prerequisites
Description
I ran distributed locust with master node locust version 2.32.2 and some worker node locust version 2.25.0 (python3.8 default version). The master node crash with the following message
when I use the following command on worker node.
Command line
locust -f locust.py --master
Locustfile contents
Python version
3.10
Locust version
2.32.2
Operating system
ubuntu22.04