Task have to performed one at a time. I don't know how to do this with locust so I've just been commenting the tasks and running only one task.
Launch sleepy server
fastapi run --workers 8 sleepy.pyLaunch main server
fastapi run --workers 2 --port 8001 main.pyGo to localhost:8089 and run the benchmark