Skip to content

Commit d0e24ea

Browse files
authored
remove outdated docs for workers free-tier burst and workers anti-abuse rate limits (#26127)
1 parent 8f26d12 commit d0e24ea

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

src/content/docs/workers/platform/limits.mdx

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -138,32 +138,6 @@ The size of chunked response bodies (`Transfer-Encoding: chunked`) is not known
138138

139139
Workers automatically scale onto thousands of Cloudflare global network servers around the world. There is no general limit to the number of requests per second Workers can handle.
140140

141-
Cloudflare’s abuse protection methods do not affect well-intentioned traffic. However, if you send many thousands of requests per second from a small number of client IP addresses, you can inadvertently trigger Cloudflare’s abuse protection. If you expect to receive `1015` errors in response to traffic or expect your application to incur these errors, [contact Cloudflare support](/support/contacting-cloudflare-support/) to increase your limit. Cloudflare's anti-abuse Workers Rate Limiting does not apply to Enterprise customers.
142-
143-
You can also confirm if you have been rate limited by anti-abuse Worker Rate Limiting by logging into the Cloudflare dashboard, selecting your account and zone, and going to **Security** > **Events**. Find the event and expand it. If the **Rule ID** is `worker`, this confirms that it is the anti-abuse Worker Rate Limiting.
144-
145-
The burst rate and daily request limits apply at the account level, meaning that requests on your `*.workers.dev` subdomain count toward the same limit as your zones.
146-
147-
:::caution
148-
149-
If you are currently being rate limited, in the Cloudflare dashboard go to the **Workers plans** page to update to a Workers Paid plan to lift burst rate and daily request limits.
150-
151-
<DashButton url="/?to=/:account/workers/plans" />
152-
153-
:::
154-
155-
### Burst rate
156-
157-
Accounts using the Workers Free plan are subject to a burst rate limit of 1,000 requests per minute. Users visiting a rate limited site will receive a Cloudflare `1015` error page. However if you are calling your Worker programmatically, you can detect the rate limit page and handle it yourself by looking for HTTP status code `429`.
158-
159-
Workers being rate-limited by Anti-Abuse Protection are also visible from the Cloudflare dashboard:
160-
1. In the Cloudflare dashboard, go to the **Security events** page.
161-
162-
<DashButton url="/?to=/:account/security-center/events" />
163-
164-
2. Scroll to **Sampled logs**.
165-
3. Review the log for a Web Application Firewall block event with a `ruleID` of `worker`.
166-
167141
### Daily request
168142

169143
Accounts using the Workers Free plan are subject to a daily request limit of 100,000 requests. Free plan daily requests counts reset at midnight UTC. A Worker that fails as a result of daily request limit errors can be configured by toggling its corresponding [route](/workers/configuration/routing/routes/) in two modes: 1) Fail open and 2) Fail closed.

0 commit comments

Comments
 (0)