Say I have 10k users in a locust swarm. I want to have 2000 of them running the tasks from Task Set A, 2000 of them running the tasks from Task Set B, and 6000 of them running the tasks from Task Set C, where each task set has its own frequency.
Is there a way to configure this? I tried setting self.tasks at runtime, but it doesn't seem to be working.