⬅︎ Back to Best practice with retries with requests
It shouldn't. retry-after could give you a date next week, that lib shouldn't hang your script until then.
Good point! But it belongs to requests.packages.urllib3.util.retry.Retry Do you know if it supports it already?
Comment
It shouldn't. retry-after could give you a date next week, that lib shouldn't hang your script until then.
Parent comment
Good point! But it belongs to requests.packages.urllib3.util.retry.Retry Do you know if it supports it already?