We use Locust to load api services load balancing elastic load. I came across this article regarding load balancing and automatic scaling that we are testing.
Locust uses python requests that urllib3 uses, so my question is, do python requests execute a dns request for each connection, and if not, is it configured?
source share