Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions src/content/docs/browser-rendering/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ sidebar:
order: 30
---

import { Render, Plan } from "~/components";
import { Render, Plan, DashButton } from "~/components";

<Plan type="workers-all" />

## Workers Free

Users on the [Workers Free plan](/workers/platform/pricing/) are limited to **10 minutes of browser rendering usage per day**.

To increase this limit, you will need to [upgrade to a Workers Paid plan](/workers/platform/pricing).
To increase this limit, go to the **Compute (Workers) > Workers plans** page in the Cloudflare dashboard:

<DashButton url="/?to=/:account/workers/plans" />

[Learn more about Workers Plans](/workers/platform/pricing).

| Feature | Limit |
| -------------------------------------- | --------------- |
Expand Down Expand Up @@ -59,6 +63,10 @@ While the limits above define the maximum number of concurrent browser sessions

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.

To upgrade, go to the **Compute (Workers) > Workers plans** page in the Cloudflare dashboard:

<DashButton url="/?to=/:account/workers/plans" />

<Render
file="manage-concurrency-faq"
product="browser-rendering"
Expand Down