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 #14

Closed
danburkert opened this issue Oct 8, 2017 · 1 comment
Closed

Retry middleware #14

danburkert opened this issue Oct 8, 2017 · 1 comment

Comments

@danburkert
Copy link

It would be nice to have a service that can handle retrying requests. There are a lot of variables that should be considered for a fully general retry mechanism:

  • Distinguishing retriable errors from non-retriable errors
  • Configurable backoff between retries
  • Failing over between multiple downstream services

Some prior work in the area: https://crates.io/crates/tokio-retry

@carllerche
Copy link
Member

This is on master.

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