retry with backoff #1895
Answered
by
mjuopperi
shibuiwilliam
asked this question in
Ideas
retry with backoff
#1895
-
Is there any way to do retry with backoff? |
Beta Was this translation helpful? Give feedback.
Answered by
mjuopperi
Oct 21, 2021
Replies: 1 comment 1 reply
-
Looks like that is built in. Looking at the source |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shibuiwilliam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like that is built in. Looking at the source
httpx
useshttpcore
for connections and exponential backoff is used there:https://github.com/encode/httpcore/blob/e7a7b1924d2e47f2663361f531973eb3ee7d2ca9/httpcore/_async/connection.py#L157