Skip to content

Commit

Permalink
Linelength
Browse files Browse the repository at this point in the history
  • Loading branch information
henningandersen committed Feb 21, 2024
1 parent a2c755a commit 9059c83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/api-conventions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,9 @@ Accept: application/vnd.elasticsearch+json; compatible-with=7
[[api-push-back]]
=== `TOO_MANY_REQUESTS (429)` status code push back

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, consider retrying after a short delay. If the retry also receives a `429 Too Many Requests` response, extend the delay by backing off exponentially before each subsequent retry.
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, consider retrying after a short delay. If the retry also receives
a `429 Too Many Requests` response, extend the delay by backing off exponentially before each subsequent retry.

[discrete]
[[api-url-access-control]]
Expand Down

0 comments on commit 9059c83

Please sign in to comment.