You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: