create a version of requests
that retries on certain HTTP statuses by default
#147
Labels
good first issue
Good for newcomers
Motivation
Tasks
HTTPAdapter
: https://majornetwork.net/2022/04/handling-retries-in-python-requests/Place code in
dlt.sources.helpers.requests
module and expose the default session asrequests
and configurable session asrequests_with_retry(...)
the point of the above is to provide drop-in replacement for people making requests in
pipelines
repository, They'd just import from some other module but the remaining code could stay the same.The text was updated successfully, but these errors were encountered: