⬅︎ Back to Best practice with retries with requests
Thank you for this! Networks are unreliable systems, so it is strange this is just not even by default.I took this + session timeouts to make a mini package: https://pypi.org/project/retry-requests/
Comment
Thank you for this! Networks are unreliable systems, so it is strange this is just not even by default.
I took this + session timeouts to make a mini package: https://pypi.org/project/retry-requests/