Skip to content

Commit 2740cfc

Browse files
meddullasimonabadoiuirvinebroque
authored
[Browser Run] Increase Quick Actions and Browser Sessions limits (#32881)
* [Browser Run] Increase Quick Actions and Browser Sessions limits * Apply suggestions from code review Co-authored-by: Simona Badoiu <simonaandreea.badoiu@gmail.com> * [Browser Run] Improve limits changelog * Apply suggestions from code review Co-authored-by: Brendan Irvine-Broque <brendanib@gmail.com> * Update src/content/changelog/browser-run/2026-08-20-limits-increase.mdx * Update src/content/changelog/browser-run/2026-08-20-limits-increase.mdx --------- Co-authored-by: Simona Badoiu <simonaandreea.badoiu@gmail.com> Co-authored-by: Brendan Irvine-Broque <birvine-broque@cloudflare.com> Co-authored-by: Brendan Irvine-Broque <brendanib@gmail.com>
1 parent 8d39d50 commit 2740cfc

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Run more headless browsers concurrently with Browser Run"
3+
description: Scale browser automation with more concurrent browsers, faster launches, and higher Quick Actions request throughput by default.
4+
products:
5+
- browser-run
6+
date: 2026-08-20
7+
---
8+
9+
[Browser Run](/browser-run/) lets you automate headless browsers on Cloudflare's global network. Run full browser sessions for interactive workflows, or use [Quick Actions](/browser-run/quick-actions/) for one-request tasks such as screenshots, PDFs, and capturing page content.
10+
11+
If you are on the [Workers Paid plan](/workers/platform/pricing/), your default [limits](/browser-run/limits/#workers-paid) are now higher:
12+
13+
| Limit | Previous | New |
14+
| ------------------------------- | -------- | ------- |
15+
| Concurrent browsers | 120 | **200** |
16+
| New browser instances / second | 1 | **3** |
17+
| Quick Actions requests / second | 10 | **30** |
18+
19+
You can now run hundreds of browser sessions in parallel, launch new browsers faster, and process three times as many [Quick Actions](/browser-run/quick-actions/) per second. These published limits are defaults, not maximums. If your workload needs more more concurrent browsers, [request higher limits](https://forms.gle/CdueDKvb26mTaepa9).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ The limits below are defaults for Workers Paid users. If you need to scale beyon
5050
| Feature | Limit |
5151
| ------------------------------------------------------------ | ------------------------------------------------------ |
5252
| Browser hours | No limit ([See pricing](/browser-run/pricing/)) |
53-
| Concurrent browsers per account (Browser Sessions only) [^1] | 120 per account ([See pricing](/browser-run/pricing/)) |
54-
| New browser instances per second (Browser Sessions only) | 1 per second |
53+
| Concurrent browsers per account (Browser Sessions only) [^1] | 200 per account ([See pricing](/browser-run/pricing/)) |
54+
| New browser instances per second (Browser Sessions only) | 3 per second |
5555
| Browser timeout | 60 seconds [^2] |
56-
| Total requests per second (Quick Actions only) [^3] | 10 per second |
56+
| Total requests per second (Quick Actions only) [^3] | 30 per second |
5757

5858
[^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.
5959

0 commit comments

Comments
 (0)