You set status_forcelist, but status kwarg is set to None as default (according to urllib3.util.retry.Retry docs), so retries on bad-statuses-reason will never be made.
Should we specify connect=retries or I have misunderstanding?
P.S. sorry for my english
Comment
came across this review because I'm getting this problem, how to solve it?
Parent comment
You set status_forcelist, but status kwarg is set to None as default (according to urllib3.util.retry.Retry docs), so retries on bad-statuses-reason will never be made. Should we specify connect=retries or I have misunderstanding? P.S. sorry for my english