Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix retry dict conversion #94

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Fix retry dict conversion #94

merged 2 commits into from
Nov 21, 2024

Conversation

kylebarron
Copy link
Member

@kylebarron kylebarron commented Nov 21, 2024

Closes #92

It's a bit confusing that we have to write timedelta in a string for the client_options. #81 may help fix that by adding a ClientOptions Python class.

@aldenks You can look at the new test case I added here.

@kylebarron kylebarron marked this pull request as ready for review November 21, 2024 11:15
@kylebarron kylebarron enabled auto-merge (squash) November 21, 2024 11:17
@kylebarron kylebarron merged commit 66953d6 into main Nov 21, 2024
4 checks passed
@kylebarron kylebarron deleted the kyle/backoff branch November 21, 2024 11:19
@kylebarron
Copy link
Member Author

I'm pushing 0.3.0-beta.7 if you want to try it out

@aldenks
Copy link

aldenks commented Nov 21, 2024

Tested and working great, thank you Kyle!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to configure backoff retry
2 participants