Skip to content

Commit 190ba87

Browse files
authored
Update limits.mdx
wording updates
1 parent c1e4eb4 commit 190ba87

File tree

1 file changed

+4
-4
lines changed
  • src/content/docs/browser-rendering/platform

1 file changed

+4
-4
lines changed

src/content/docs/browser-rendering/platform/limits.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ There is no fixed maximum lifetime for a browser session as long as it remains a
8080

8181
If you recently upgraded to the [Workers Paid plan](/workers/platform/pricing/) but still encounter the 10-minute per day limit, redeploy your Worker to ensure your usage is correctly associated with the new plan.
8282

83-
### Error: `429 Too Many Requests`
83+
### Error: `429 Too many requests`
8484

85-
When you make too many requests in a short period of time, Browser Rendering will respond with HTTP status code `429 Too Many Requests`.
85+
When you make too many requests in a short period of time, Browser Rendering will respond with HTTP status code `429 Too many requests`.
8686
The response includes a `Retry-After` header, which specifies how many seconds to wait before retrying. You can view your account's rate limits on the [Limits](/browser-rendering/platform/limits/) page.
8787

8888
The example below demonstrates how to handle rate limiting gracefully by reading the `Retry-After` value and retrying the request after that delay.
@@ -137,9 +137,9 @@ try {
137137

138138
</TabItem> </Tabs>
139139

140-
### Error: `Error processing the request: Unable to create new browser: code: 429: message: Browser time limit exceeded for today`
140+
### Error: `429 Browser time limit exceeded for today`
141141

142-
This error indicates you have hit the daily browser-instance limit on the Workers Free plan. [Free-plan accounts are limited](/browser-rendering/platform/limits/#workers-free) to 10 minutes of browser rendering usage per day. If you exceed that limit, you will receive a `429` error until the next UTC day.
142+
This `Error processing the request: Unable to create new browser: code: 429: message: Browser time limit exceeded for today` indicates you have hit the daily browser limit on the Workers Free plan. [Workers Free plan accounts are limited](/browser-rendering/platform/limits/#workers-free) to 10 minutes of browser rendering usage per day. If you exceed that limit, you will receive a `429` error until the next UTC day.
143143

144144
You can [increase your limits](/browser-rendering/platform/limits/#workers-paid) by upgrading to a Workers Paid plan on the **Workers plans** page of the Cloudflare dashboard:
145145

0 commit comments

Comments
 (0)