I used Python requests library to hit Iterable API, and got 'Connection aborted.', ConnectionResetError(104, 'Connection reset by peer') error while CPU and memory usage is high. Retrying will make it work.
It only happened during high load on production. Any recommendations for debugging?
Python version 3.7.13 requests version 2.26.0