Skip to content

Commit 66450c9

Browse files
authored
Update pricing.mdx
better explain concurrency calc
1 parent f8b37f1 commit 66450c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ There are two ways to use Browser Rendering. Depending on the method you use, he
1818

1919
You can monitor your Browser Rendering usage in the [Cloudflare dashboard](https://dash.cloudflare.com). Go to **Compute (Workers)** > **Browser Rendering**.
2020

21+
:::note
22+
Concurrency is **not billed based on the maximum number of concurrent browsers** you hit in a single moment or day. Instead, we calculate the **daily peak concurrency**, then take the **average across the month**.
23+
24+
This means if you briefly spike to 11 concurrent browsers on just one day, you won’t be charged for that full number unless your monthly average ends up over the included amount. We intentionally designed this to avoid penalizing brief spikes.
25+
:::
26+
2127
### Examples of Workers Paid pricing
2228
<br/>
2329
#### Example: REST API pricing

0 commit comments

Comments
 (0)