You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Request](#request)| 100,000 requests/day<br/>1000 requests/min | No limit |
64
+
|[Worker memory](#memory)| 128 MB | 128 MB |
65
+
|[CPU time](#cpu-time)| 10 ms | 5 min HTTP request <br/> 15 min [Cron Trigger](/workers/configuration/cron-triggers/)|
66
66
|[Duration](#duration)| No limit | No limit for Workers. <br/>15 min duration limit for [Cron Triggers](/workers/configuration/cron-triggers/), [Durable Object Alarms](/durable-objects/api/alarms/) and [Queue Consumers](/queues/configuration/javascript-apis/#consumer)|
67
67
68
68
### Duration
@@ -93,7 +93,7 @@ Scheduled Workers ([Cron Triggers](/workers/configuration/cron-triggers/)) have
@@ -290,6 +290,10 @@ If you need more than 500 Workers, consider using [Workers for Platforms](/cloud
290
290
291
291
Each zone has a limit of 1,000 [routes](/workers/configuration/routing/routes/). If you require more than 1,000 routes on your zone, consider using [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/) or request an increase to this limit.
292
292
293
+
### Number of routes per zone when using `wrangler dev --remote`
294
+
295
+
When you run a [remote development](/workers/local-development/#develop-using-remote-resources-and-bindings) session using the `--remote` flag, a limit of 50 [routes](/workers/configuration/routing/routes/) per zone is enforced. The Quick Editor in the Cloudflare Dashboard also uses `wrangler dev --remote`, so any changes made there are subject to the same 50-route limit. If your zone has more than 50 routes, you **will not be able to run a remote session**. To fix this, you must remove routes until you are under the 50-route limit.
296
+
293
297
### Number of custom domains per zone
294
298
295
299
Each zone has a limit of 100 [custom domains](/workers/configuration/routing/custom-domains/). If you require more than 100 custom domains on your zone, consider using a wildcard [route](/workers/configuration/routing/routes/) or request an increase to this limit.
@@ -323,10 +327,11 @@ Unbound and Bundled plans have been deprecated and are no longer available for n
323
327
If your Worker is on an Unbound plan, your limits are exactly the same as the Workers Paid plan.
324
328
325
329
If your Worker is on a Bundled plan, your limits are the same as the Workers Paid plan except for the following differences:
326
-
* Your limit for [subrequests](/workers/platform/limits/#subrequests) is 50/request
327
-
* Your limit for [CPU time](/workers/platform/limits/#cpu-time) is 50ms for HTTP requests and 50ms for [Cron Triggers](/workers/configuration/cron-triggers/)
328
-
* You have no [Duration](/workers/platform/limits/#duration) limits for [Cron Triggers](/workers/configuration/cron-triggers/), [Durable Object alarms](/durable-objects/api/alarms/), or [Queue consumers](/queues/configuration/javascript-apis/#consumer)
329
-
* Your Cache API limits for calls/requests is 50
330
+
331
+
- Your limit for [subrequests](/workers/platform/limits/#subrequests) is 50/request
332
+
- Your limit for [CPU time](/workers/platform/limits/#cpu-time) is 50ms for HTTP requests and 50ms for [Cron Triggers](/workers/configuration/cron-triggers/)
333
+
- You have no [Duration](/workers/platform/limits/#duration) limits for [Cron Triggers](/workers/configuration/cron-triggers/), [Durable Object alarms](/durable-objects/api/alarms/), or [Queue consumers](/queues/configuration/javascript-apis/#consumer)
334
+
- Your Cache API limits for calls/requests is 50
330
335
331
336
---
332
337
@@ -336,4 +341,4 @@ Review other developer platform resource limits.
0 commit comments