




N8N v2 is a powerful workflow automation platform that helps you connect different services and automate tasks. This template includes:
This template uses external task runners - N8N's recommended production setup for executing code in Code nodes:
With N8N v2, you can:
The worker + task runner setup ensures your automation tasks are processed reliably and securely.
task-runners service as a sidecar to n8n-workerN8N_RUNNERS_MODE=external for better security and performanceTASK_RUNNERS_AUTH_TOKEN variable for secure broker-runner authenticationThis update ensures your N8N v2 workflows run securely with external task runners, following N8N's best practices for production deployments.
N8N_ENCRYPTION_KEY for both main instance and workers⚠️ Important: If you're using a previous version of this template, please update to this version to avoid potential encryption key synchronization issues.
Note: This template enables two critical environment variables to prevent future compatibility issues:
N8N_RUNNERS_ENABLED=true: Enables task runners for executing Code node code securely. Task runners are required for JavaScript and Python code execution in Code nodes.
N8N_RUNNERS_MODE=external: Uses external task runner containers (recommended for production) instead of internal child processes.
OFFLOAD_MANUAL_EXECUTIONS_TO_WORKERS=true: Running manual executions in the main instance in scaling mode is deprecated. Manual executions will be routed to workers in a future version. This setting prepares your deployment for this change.
Learn more about task runners: https://docs.n8n.io/hosting/configuration/task-runners/
This template has been logically designed and tested to work successfully. As a nocode user, I welcome any suggestions or improvements on GitHub. I'll do my best to update the template (with AI's help) since I'm not very familiar with GitHub.
If you encounter any issues during deployment, please let me know via GitHub issues: https://github.com/glasschan/seafoodholdhand-zeabur-templates