Skip to content

Commit 317452b

Browse files
kathaylToriLindsay
andauthored
Update limits.mdx (#25862)
* Update limits.mdx add deep links for how to upgrade to paid plan in dash * Added DashButton component --------- Co-authored-by: ToriLindsay <[email protected]>
1 parent f643bb5 commit 317452b

File tree

1 file changed

+10
-2
lines changed
  • src/content/docs/browser-rendering/platform

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ sidebar:
66
order: 30
77
---
88

9-
import { Render, Plan } from "~/components";
9+
import { Render, Plan, DashButton } from "~/components";
1010

1111
<Plan type="workers-all" />
1212

1313
## Workers Free
1414

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

17-
To increase this limit, you will need to [upgrade to a Workers Paid plan](/workers/platform/pricing).
17+
To increase this limit, go to the **Compute (Workers) > Workers plans** page in the Cloudflare dashboard:
18+
19+
<DashButton url="/?to=/:account/workers/plans" />
20+
21+
[Learn more about Workers Plans](/workers/platform/pricing).
1822

1923
| Feature | Limit |
2024
| -------------------------------------- | --------------- |
@@ -59,6 +63,10 @@ While the limits above define the maximum number of concurrent browser sessions
5963

6064
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.
6165

66+
To upgrade, go to the **Compute (Workers) > Workers plans** page in the Cloudflare dashboard:
67+
68+
<DashButton url="/?to=/:account/workers/plans" />
69+
6270
<Render
6371
file="manage-concurrency-faq"
6472
product="browser-rendering"

0 commit comments

Comments
 (0)