We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
APM Server should retry 429s when Elasticsearch returns 429 status code in _bulk requests, rather than just logging the 429s, they should be retried.
https://github.com/elastic/go-docappender/blob/e702455c6fff497bf332d55347fb8f9e78dd729d/config.go#L71-L72
The text was updated successfully, but these errors were encountered:
429
marclop
Successfully merging a pull request may close this issue.
Description
APM Server should retry 429s when Elasticsearch returns 429 status code in _bulk requests, rather than just logging the 429s, they should be retried.
https://github.com/elastic/go-docappender/blob/e702455c6fff497bf332d55347fb8f9e78dd729d/config.go#L71-L72
The text was updated successfully, but these errors were encountered: