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
- 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.
996
+
request to run a container than this number, the container request will error. Stopped containers do not count towards this -
997
+
you may have more containers than this number overall, but only this many active containers at once.
998
998
999
-
- Defaults to 1.
999
+
- Defaults to 20.
1000
1000
1001
1001
- 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.
1002
1002
@@ -1403,12 +1403,13 @@ A common example of using a redirected configuration is where a custom build too
1403
1403
It also creates a `.wrangler/deploy/config.json` file that redirects Wrangler to the new, generated deployment configuration file:
0 commit comments