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

Feature Request: Implement Exponential Backoff #5

Open
mleister97 opened this issue Jan 26, 2025 · 0 comments
Open

Feature Request: Implement Exponential Backoff #5

mleister97 opened this issue Jan 26, 2025 · 0 comments

Comments

@mleister97
Copy link

Hello,

I was reading your article and you mentioned:

You can also implement the exponential backoff algorithm to handle the retries more efficiently.

However, I noticed that your library doesn’t currently offer a way to implement exponential backoff for retry logic. I think this would be a valuable addition, especially since there are already numerous implementations of functions called lazyWithRetries with exponential backoff available on the internet. It seems like it would be relatively straightforward to integrate this functionality into your library.

I’d love to know your thoughts on whether you believe it would make sense to add this feature, or if there was a specific reason for leaving it out. Perhaps there’s an architectural choice or design philosophy behind the decision?

Thanks in advance for your feedback!

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

No branches or pull requests

1 participant