Locust load testing - Change hatch rate from 1 second to say 20 seconds? (1 locust every 20 seconds)

Solution 1:

The hatch rate/ramp up parameter accepts float values. Use a hatch rate of 0.05 to spawn one user every 20 seconds.