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

Retry middleware #89

Closed
ksysoev opened this issue Jun 17, 2024 · 1 comment
Closed

Retry middleware #89

ksysoev opened this issue Jun 17, 2024 · 1 comment
Assignees

Comments

@ksysoev
Copy link
Owner

ksysoev commented Jun 17, 2024

Introduce middleware with retry logic to automatically retry failed requests. Things to consider:

  • Backoff strategy
  • Accept some predicate function that will determine whether we want to retry or not.
@ksysoev ksysoev self-assigned this Jun 22, 2024
@ksysoev
Copy link
Owner Author

ksysoev commented Jun 22, 2024

Implemented in #93

@ksysoev ksysoev closed this as completed Jun 22, 2024
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