retryhttp - Retry potentially transient HTTPX errors #3230
austind
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, I made a package that wraps tenacity with some (hopefully) sensible defaults for retrying some commonly transient httpx errors (429, 500, 502, 503, 504, network errors, and timeouts). It's all configurable too! Would really appreciate feedback before I finalize the API. Thanks!
https://github.com/austind/retryhttp
Beta Was this translation helpful? Give feedback.
All reactions