⬅︎ Back to Best practice with retries with requests
Exactly, this hangs when hitting 404 errors...
How do I also handle 404 errors with this?
The author has said - figure out what errors are retry-able and retry those. is 404 retry-able ?!
Comment
Exactly, this hangs when hitting 404 errors...
Parent comment
How do I also handle 404 errors with this?
Replies
The author has said - figure out what errors are retry-able and retry those. is 404 retry-able ?!