I have recently started using locust.
I wanted to know if it is possible to pass multiple requests in the on_start/on_stop methods in locust?
I wish to send two POST requests in 'on_start' and then proceed to execute the remaining requests multiple times for a given duration. On clean-up, I wish to pass two POST requests in 'on_stop'.
Is this possible?