Skip to content

Commit 7efc992

Browse files
committed
Added bundled and unbound section
1 parent 4ae217c commit 7efc992

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,24 @@ You can emit a maximum of 128 KB of data (across `console.log()` statements, exc
304304

305305
Refer to the [Workers Trace Event Logpush documentation](/workers/observability/logs/logpush/#limits) for information on the maximum size of fields sent to logpush destinations.
306306

307+
---
308+
309+
## Unbound and Bundled plan limits
310+
311+
:::note
312+
Unbound and Bundled plans have been deprecated and are no longer available for new accounts.
313+
:::
314+
315+
If your Worker is on an Unbound plan, your limits are exactly the same as the Workers Paid plan.
316+
317+
If your Worker is on a Bundled plan, your limits are the same as the Workers Paid plan except for the following differences:
318+
* Your limit for [subrequests](/workers/platform/limits/#subrequests) is 50/request
319+
* Your limit for [CPU time](/workers/platform/limits/#cpu-time) is 50ms for HTTP requests and 50ms for [Cron Triggers](/workers/configuration/cron-triggers/)
320+
* 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)
321+
* Your Cache API limits for calls/requests is 50
322+
323+
---
324+
307325
## Related resources
308326

309327
Review other developer platform resource limits.

0 commit comments

Comments
 (0)