expose the call api of tenacity #45
Closed
RonnyPfannschmidt
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Could you please outline what you want to actually do, without referencing concrete Tenacity features? What problem do you want solved? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Everybody interested in this please head over to #56 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
under https://tenacity.readthedocs.io/en/latest/#changing-arguments-at-run-time
it is shown how to do a retry call where the function configures the retrying but will not have to boilerplate the context manager/attempt loop for a custom callable
i'd love to see that api passed trough
unfortunately it looks like stamina wraps only around a argumented AsyncRetrying instead of all supported retrying objects
Beta Was this translation helpful? Give feedback.
All reactions