File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/content/docs/workers/wrangler Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments