When using the RequestsSession.request method, a timeout keyword
argument is always added to the request. When using the get or post method directly, it bypasses this default timeout.
The requests library will wait forever if no timeout is set, so
this can cause outages.
When using the
RequestsSession.requestmethod, atimeoutkeywordargument is always added to the request. When using the
getorpostmethod directly, it bypasses this default timeout.The requests library will wait forever if no timeout is set, so
this can cause outages.