Skip to content

Commit

Permalink
fixed bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
trujillo-adam committed Apr 14, 2023
1 parent 04b881a commit cd4d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/troubleshoot/common-errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ You have installed an Enterprise version of Consul. If you are an Enterprise cus

## Rate limit reached on the server

You may receive a `RESOURCE_EXHAUSTED` error from the Consul server if the maximum number of read or write requests per second have been reached. Refer to [Set a global limit on traffic rates](/consul/docs/agent/set-global-traffic-rate-limits) for additional information. You can retry another server unless the number of retries is exhausted. If the number of retries is exhausted, you should implement an exponential backoff.
You may receive a `RESOURCE_EXHAUSTED` error from the Consul server if the maximum number of read or write requests per second have been reached. Refer to [Set a global limit on traffic rates](/consul/docs/agent/limits/set-global-traffic-rate-limits) for additional information. You can retry another server unless the number of retries is exhausted. If the number of retries is exhausted, you should implement an exponential backoff.

The RESOURCE_EXHAUSTED RPC response is translated into a `429 Too Many Requests` error code on the HTTP interface.

Expand Down

0 comments on commit cd4d749

Please sign in to comment.