Skip to content

Commit 69b6361

Browse files
committed
update containers max_instances
1 parent 6179b21 commit 69b6361

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -992,11 +992,10 @@ The following options are available:
992992
- To specify a custom instance type, see [here](#custom-instance-types).
993993

994994
- `max_instances` <Type text="string" /> <MetaInfo text="optional" />
995-
- The maximum number of concurrent container instances you want to run. If you have more Durable Objects that
996-
request to run a container than this number, the container request will error. You may have more Durable Objects
997-
than this number over a longer time period, but you may not have more concurrently.
995+
- The maximum number of concurrent container instances you want to run at any given moment. Stopped containers do not count towards this - you may have more container instances than this number overall, but only this many actively running containers at once. If a request to start a container will exceed this limit, that request will error.
998996

999-
- Defaults to 1.
997+
998+
- Defaults to 20.
1000999

10011000
- This value is only enforced when running in production on Cloudflare's network. This limit does not apply during local development, so you may run more instances than specified.
10021001

0 commit comments

Comments
 (0)