Skip to content

Commit a63431b

Browse files
kathaylToriLindsay
andauthored
Browser Rendering: Increase REST API rate limit to 600/min (10/sec) (#28721)
* Browser Rendering: Increase REST API rate limit to 600/min (10/sec) * Update publish date for REST API rate limits entry * Update src/content/release-notes/browser-rendering.yaml Co-authored-by: ToriLindsay <tgalatro@cloudflare.com> * Update publish date for REST API rate limits entry --------- Co-authored-by: ToriLindsay <tgalatro@cloudflare.com>
1 parent 129b930 commit a63431b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are on a Workers Paid plan and you want to increase your limits beyond th
3939
| Concurrent browsers per account (Workers Bindings only) [^1] | 30 per account ([See pricing](/browser-rendering/pricing/)) |
4040
| New browser instances per minute (Workers Bindings only) | 30 per minute |
4141
| Browser timeout | 60 seconds [^2] |
42-
| Total requests per min (REST API only) [^3] | 180 per minute (3 per second) |
42+
| Total requests per min (REST API only) [^3] | 600 per minute (10 per second) |
4343

4444
[^1]: Browsers close upon task completion or sixty seconds of inactivity (if you do not [extend your browser timeout](#can-i-increase-the-browser-timeout)). Therefore, in practice, many workflows do not require a high number of concurrent browsers.
4545

src/content/release-notes/browser-rendering.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ link: "/browser-rendering/changelog/"
33
productName: Browser Rendering
44
productLink: "/browser-rendering/"
55
entries:
6+
- publish_date: "2026-03-04"
7+
title: "Increased REST API rate limits"
8+
description: |-
9+
* Increased [REST API rate limits](/browser-rendering/limits/#workers-paid) for Workers Paid plans from 180 requests per minute (3 per second) to 600 requests per minute (10 per second). No action is needed to benefit from the higher limits.
610
- publish_date: "2026-02-26"
711
title: "New tutorial: Generate OG images for Astro sites"
812
description: |-

0 commit comments

Comments
 (0)