Skip to content

Commit 30c4444

Browse files
add note about max_instances not being enforced locally
1 parent d7cf06c commit 30c4444

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/docs/workers/wrangler/configuration.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,9 @@ The following options are available:
10981098
request to run a container than this number, the container request will error. You may have more Durable Objects
10991099
than this number over a longer time period, but you may not have more concurrently.
11001100

1101+
- This value is only enforced when running in production on Cloudflare's network. During local development
1102+
the limit is not applied, so you may run more instances than specified.
1103+
11011104
- `name` <Type text="string" /> <MetaInfo text="optional" />
11021105

11031106
- The name of your container. Used as an identifier. This will default to a combination of your Worker name, the class

0 commit comments

Comments
 (0)