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

Consider using built-in retry and backoff hooks #1

Open
jerluc opened this issue Jan 18, 2019 · 0 comments
Open

Consider using built-in retry and backoff hooks #1

jerluc opened this issue Jan 18, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jerluc
Copy link
Member

jerluc commented Jan 18, 2019

Upon further examination, it looks like the Go Elasticsearch client implementation being used has built-in hooks for custom retry and backoff strategies.

In order to make the code a bit easier to maintain and to get retries and backoffs working more generically, we should try to rework the existing code to comply with these interfaces.

@jerluc jerluc added the good first issue Good for newcomers label Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant