while executing locust load test i have faced the mentioned issue and I have checked in my application insights there is no errors. so please help me how to resolve find the exact cause of this issue
@task(1)
def test(self):
r = self.client.post("url",data=json.dumps(payload), headers=headers, catch_response=False)
self.interrupt()