Good day! There was a need to write some tests for the load of the system in the Locust, but suddenly there was a problem with the limitations of the system itself.
The bottom line is this: I need to bind the specific worker-Locust (thread) to a specific account. For example, thread #1 - user1, thread #2 - user2. I.e., tha...