Replies: 1 comment
-
implemented in #72 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
stamina.retry_context
to add retries around anaiohttp.Client.post
call. I would like to increase the read timeout of this call with each successive attempt. I was thinking I could ask the attempt for the timeout to use given the base 500ms I started with.Beta Was this translation helpful? Give feedback.
All reactions