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