Skip to content

Commit

Permalink
Update modules/ROOT/pages/platform/api/overview.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Wright <[email protected]>
  • Loading branch information
fiquick and AlexicaWright authored Dec 18, 2024
1 parent 27f0375 commit 46b7774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/platform/api/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The response may include a `Retry-After` header with a suggestion of a suitable
The global rate limit for all requests is 125 requests per minute.
The rate limit for the `/oauth/token` endpoint will soon be adjusted to 15 requests per hour.

You should consider your use of the rate limit before attempting to retry, and we recommend using an exponential backoff delay with a limited number of retries before giving up.
You should consider your use of the rate limit before attempting to retry, and it is recommended that you use an exponential backoff delay with a limited number of retries before giving up.

A request is only guaranteed to be safe to retry if it uses an idempotent HTTP method, such as `GET`.
If, for example, you retry a request for creating an instance, you may end up with duplicate instances and end up being charged extra as a result.
Expand Down

0 comments on commit 46b7774

Please sign in to comment.