-
Notifications
You must be signed in to change notification settings - Fork 3.2k
docs: Mark native Python as stable #3972
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for n8n-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
| #### Multiple runners and the port for the runner's health check server | ||
|
|
||
| When a single runner is configured, the *"health-check-server-port"* field found in the `n8n-task-runners.json` configuration file is optional and defaults to 5681. When multiple runners are configured, this is required and must be unique per runner. Refer to the launcher’s [config file documentation](https://github.com/n8n-io/task-runner-launcher/blob/main/docs/setup.md#config-file) for the full list of options and examples. | ||
|
|
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.
Moving this out of here as
- Port config doesn't belong in the image extension steps
- The default config file already specifies the correct ports
- The launcher's page about the config file already explains how to set ports in case the user messes up the default config file
Expanded the config file section above.
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.
2 issues found across 4 files
Prompt for AI agents (all 2 issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="_snippets/integrations/builtin/core-nodes/code-node.md">
<violation number="1" location="_snippets/integrations/builtin/core-nodes/code-node.md:87">
P3: Grammatical issue: The sentence has a subject agreement problem. Consider restructuring to clarify that the *feature* is stable, not n8n itself.</violation>
</file>
<file name="docs/hosting/configuration/task-runners.md">
<violation number="1" location="docs/hosting/configuration/task-runners.md:112">
P2: Missing verb "are" in this sentence. Should read: "Which environment variables to pass and to set **are** defined in the..."</violation>
</file>
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
Deploying n8n-docs with
|
| Latest commit: |
9108381
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5a4647dc.n8n-docs-d9c.pages.dev |
| Branch Preview URL: | https://native-python-stable.n8n-docs-d9c.pages.dev |
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
No description provided. |
https://linear.app/n8n/issue/CAT-1119
Summary by cubic
Mark native Python support as stable in v2 and update docs. Removes beta notes, clarifies Pyodide is unsupported, and improves task runner configuration; supports Linear CAT-1119.
Written for commit 9108381. Summary will update automatically on new commits.