-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Add note that container's max_instances are not enforced locally
#23863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add note that container's max_instances are not enforced locally
#23863
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
emily-shen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://developers.cloudflare.com/containers/local-dev/ maybe the same message here too?
Sure! does this look good to you? 🙂 |
…23863) * fix typos in wrangler config doc * add note about max_instances not being enforced locally * add note about `max_instances` in local dev docs * Update src/content/docs/containers/local-dev.mdx * Update src/content/docs/workers/wrangler/configuration.mdx --------- Co-authored-by: Jun Lee <[email protected]>
Internal reference: DEVX-1946
Summary
Add a note clarifying that the
max_instancesconfig option is not enforced locallyAlso fix a few typos in the wrangler config page