From 5048339e5db1b1519dfcb77d0818e091c4cb913b Mon Sep 17 00:00:00 2001 From: Henning Andersen <33268011+henningandersen@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:00:12 +0100 Subject: [PATCH] Update docs/reference/api-conventions.asciidoc Co-authored-by: David Turner --- docs/reference/api-conventions.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/api-conventions.asciidoc b/docs/reference/api-conventions.asciidoc index 0446c02cf4ea5..4cb34ffa8283c 100644 --- a/docs/reference/api-conventions.asciidoc +++ b/docs/reference/api-conventions.asciidoc @@ -306,7 +306,7 @@ Accept: application/vnd.elasticsearch+json; compatible-with=7 [[api-push-back]] === `TOO_MANY_REQUESTS (429)` status code push back -Elasticsearch may respond with a `TOO_MANY_REQUESTS (429)` status code, indicating that it is too busy right now to +All {es} APIs may respond with the HTTP `429 Too Many Requests` status code, indicating that the cluster is too busy right now to handle the request. When this happens, you should consider to retry the operation after a short delay, preferably with randomized exponential back-off.