You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/browser-rendering/platform/limits.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,9 @@ There is no fixed maximum lifetime for a browser session as long as it remains a
80
80
81
81
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.
82
82
83
-
### Error: `429 Too Many Requests`
83
+
### Error: `429 Too many requests`
84
84
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`.
86
86
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.
87
87
88
88
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 {
137
137
138
138
</TabItem> </Tabs>
139
139
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`
141
141
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 Freeplan 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.
143
143
144
144
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:
0 commit comments