Skip to content

Commit c262043

Browse files
committed
Rules: upgraded limits
1 parent a3b178e commit c262043

File tree

11 files changed

+104
-19
lines changed

11 files changed

+104
-19
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Increased Cloudflare Rules limits
3+
description: We have upgraded and streamlined limits for Cloudflare Rules products for everyone.
4+
products:
5+
- rules
6+
date: 2025-02-12T18:00:00Z
7+
---
8+
9+
We have upgraded and streamlined [Cloudflare Rules](/rules/) limits across all plans, simplifying rule management and improving scalability for everyone.
10+
11+
##### **New limits by product:**
12+
- [Bulk Redirects](/rules/url-forwarding/bulk-redirects/)
13+
- Free: **20****10,000** URL redirects across lists
14+
- Pro: **500****25,000** URL redirects across lists
15+
- Business: **500****50,000** URL redirects across lists
16+
- Enterprise: **10,000****1,000,000** URL redirects across lists
17+
- [Cloud Connector](/rules/cloud-connector/)
18+
- Free: **5****10** connectors
19+
- Enterprise: **125****300** connectors
20+
- [Custom Errors](/rules/custom-errors/)
21+
- Pro: **5****25** error assets and rules
22+
- Business: **20****50** error assets and rules
23+
- Enterprise: **50****300** error assets and rules
24+
- [Snippets](/rules/snippets/)
25+
- Pro: **10****25** code snippets and rules
26+
- Business: **25****50** code snippets and rules
27+
- Enterprise: **50****300** code snippets and rules
28+
- [Cache Rules](/cache/how-to/cache-rules/), [Configuration Rules](/rules/configuration-rules/), [Compression Rules](/rules/compression-rules/), [Origin Rules](/rules/origin-rules/), [Single Redirects](/rules/url-forwarding/single-redirects/), and [Transform Rules](/rules/transform/)
29+
- Enterprise: **125****300** rules
30+
31+
:::note[Gradual rollout]
32+
Limits are updated gradually. Some customers may still see previous limits until the rollout is fully completed in the first half of 2025.
33+
:::

src/content/changelogs/rules.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ productLink: "/rules/"
55
productArea: Application performance
66
productAreaLink: /fundamentals/reference/changelog/performance/
77
entries:
8+
- publish_date: "2025-02-12"
9+
title: "Increased Cloudflare Rules limits"
10+
description: |-
11+
Cloudflare has upgraded and streamlined limits for [Cloudflare Rules](/rules/) products, making them easier to understand and more consistent across plans. This improvement provides greater scalability, flexibility, and a simplified experience for users managing multiple rule types.
12+
13+
**Improved limits by product:**
14+
- [Bulk Redirects](/rules/url-forwarding/bulk-redirects/)
15+
- Free: **20** → **10,000** URL redirects across lists
16+
- Pro: **500** → **25,000** URL redirects across lists
17+
- Business: **500** → **50,000** URL redirects across lists
18+
- Enterprise: **10,000** → **1,000,000** URL redirects across lists
19+
- [Cloud Connector](/rules/cloud-connector/)
20+
- Free: **5** → **10** connectors
21+
- Enterprise: **125** → **300** connectors
22+
- [Custom Errors](/rules/custom-errors/)
23+
- Pro: **5** → **25** error assets and rules
24+
- Business: **20** → **50** error assets and rules
25+
- Enterprise: **50** → **300** error assets and rules
26+
- [Snippets](/rules/snippets/)
27+
- Pro: **10** → **25** code snippets and rules
28+
- Business: **25** → **50** code snippets and rules
29+
- Enterprise: **50** → **300** code snippets and rules
30+
- [Cache Rules](/cache/how-to/cache-rules/), [Configuration Rules](/rules/configuration-rules/), [Compression Rules](/rules/compression-rules/), [Origin Rules](/rules/origin-rules/), [Single Redirects](/rules/url-forwarding/single-redirects/), and [Transform Rules](/rules/transform/)
31+
- Enterprise: **125** → **300** rules
32+
33+
These changes are rolling out gradually. Some customers may still see previous limits until the rollout is fully completed in the first half of 2025. For more details, refer to the [Cloudflare Rules documentation](/rules/).
834
- publish_date: "2025-02-11"
935
title: "Custom Errors (beta): Stored assets and account-level rules"
1036
description: |-

src/content/docs/rules/cloud-connector/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,6 @@ Cloud Connector will perform the following configurations automatically, dependi
4242

4343
Cloud Connector is available in beta to all customers. The maximum number of rules depends on your Cloudflare plan:
4444

45+
<Render file="rules-new-limits" />
46+
4547
<FeatureTable id="rules.cloud_connector" />

src/content/docs/rules/compression-rules/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ Alternatively, follow the instructions in the following pages to get started:
3131

3232
## Availability
3333

34-
Compression Rules are available in all Cloudflare plans. Users in the Free plan will gradually get access throughout 2024.
34+
Compression Rules are available in all Cloudflare plans.
35+
36+
<Render file="rules-new-limits" />
3537

3638
<FeatureTable id="rules.compression_rules" />
3739

src/content/docs/rules/custom-errors/index.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ head:
1111
content: Custom Errors (beta)
1212
---
1313

14+
import { Render } from "~/components";
15+
1416
Custom Errors (beta), powered by the [Ruleset Engine](/ruleset-engine/), allow you to define custom content for errors returned by an origin server or by a Cloudflare product (including Workers). Custom Errors will apply to responses whose HTTP status code is greater than or equal to `400` that match the expression of the custom error rule.
1517

1618
To configure a custom error, create a custom error rule at the account or zone level. Zone-level rules take precedence over account-level rules. Custom error rules will override [Custom Pages](/support/more-dashboard-apps/cloudflare-custom-pages/configuring-custom-pages-error-and-challenge/) at the zone or account level.
@@ -35,8 +37,10 @@ Additionally, you can configure [HTTP response header modification rules](/rules
3537

3638
Custom Errors are available in beta to all paid plans. The exact features depend on your Cloudflare plan:
3739

40+
<Render file="rules-new-limits" />
41+
3842
| | Free | Pro | Business | Enterprise |
3943
| ----------------------------- | :--: | :-: | :------: | :--------: |
40-
| Custom Errors | No | Yes | Yes | Yes |
41-
| Number of custom error rules || 5 | 20 | 50 |
42-
| Number of custom error assets || 5 | 20 | 50 |
44+
| Custom Errors | No | Yes | Yes | Yes |
45+
| Number of custom error rules || 25 | 50 | 300 |
46+
| Number of custom error assets || 25 | 50 | 300 |

src/content/docs/rules/origin-rules/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ The origin rule expression will determine when these overrides will be applied.
3333

3434
## Availability
3535

36+
<Render file="rules-new-limits" />
37+
3638
<FeatureTable id="rules.origin_rules" />
3739

3840
## Execution order

src/content/docs/rules/snippets/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ For more information, refer to the [How it works](/rules/snippets/how-it-works/)
3434

3535
## Availability
3636

37+
<Render file="rules-new-limits" />
38+
3739
<FeatureTable id="rules.snippets" />
3840

3941
:::caution[Redirects will count as subrequests]

src/content/docs/rules/transform/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Cloudflare Transform Rules are available to all customers. Support for regular e
4747

4848
This table outlines the Transform Rules features available with each customer plan:
4949

50+
<Render file="rules-new-limits" />
51+
5052
<FeatureTable id="rules.transform_rules" />
5153

5254
A Cloudflare user must have the [Firewall role](/fundamentals/setup/manage-members/roles/) or one of the Administrator roles to access Transform Rules.

src/content/docs/rules/url-forwarding/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Single Redirects and Bulk Redirects are available on all Cloudflare plans. The e
3232

3333
### Bulk redirects
3434

35+
<Render file="rules-new-limits" />
36+
3537
<FeatureTable id="rules.bulk_redirects" />
3638

3739
For _URL redirects across lists_, this table provides the default quota for the Enterprise plan. Bulk Redirects supports several million URL redirects — to get more redirects, contact your account team.
@@ -40,6 +42,8 @@ Bulk Redirects features and quotas are per account and they depend on the highes
4042

4143
### Single Redirects
4244

45+
<Render file="rules-new-limits" />
46+
4347
<FeatureTable id="rules.single_redirects" />
4448

4549
Single Redirects features and quotas are per zone and depend on the zone plan.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
{}
3+
4+
---
5+
6+
:::note[Updated Limits]
7+
We are gradually rolling out new limits for all customers. The values listed below are the new standard limits, but some customers may still have the previous limits until the rollout is fully completed during the **first half of 2025**.
8+
:::

0 commit comments

Comments
 (0)