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

Improvements to the Retry Layer #399

Open
itsyaasir opened this issue Aug 24, 2024 · 1 comment
Open

Improvements to the Retry Layer #399

itsyaasir opened this issue Aug 24, 2024 · 1 comment

Comments

@itsyaasir
Copy link

Hi, I have seen that in the new tower v0.5 they finally added the Backoff/ExponentialBackoff policy which can be used with the retry layer.

It will be great if this library will be able to integrate this.

Thanks

@geofmureithi
Copy link
Owner

geofmureithi commented Aug 25, 2024

Technically we have first class support for anything from tower.
That said, we need a robust solution that integrates well with different backends as the current approach handles retries in memory.

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

2 participants