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] exponential backoff for retries #61

Open
hpgrahsl opened this issue Nov 20, 2018 · 0 comments
Open

[feature] exponential backoff for retries #61

hpgrahsl opened this issue Nov 20, 2018 · 0 comments

Comments

@hpgrahsl
Copy link
Owner

hpgrahsl commented Nov 20, 2018

The current behaviour of the connector w.r.t retries is a pretty naive one. It would make a lot of sense to implement an exponential backoff mechanism as a more robust retry policy. Thus all errors for which it is reasonable to have retries in the first place should respect new retry settings that allow for non-linear timeouts, ideally including randomized jitter. Also this new approach to deal with timeouts on retries can/should completely replace what's currently there.

@hpgrahsl hpgrahsl changed the title exponential backoff for retries [feature] exponential backoff for retries Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant