a month ago
I'm experiencing the following problem. Do you know how to solve it?
Error details
Error Task request timed out after 60 seconds
Your Code node task was not matched to a runner within the timeout period. This indicates that the task runner is currently down, or not ready, or at capacity, so it cannot service your task.
1 Replies
a month ago
Maybe because this template isn't set up with the n8n/workers docker container for the worker node? How can we update this template so that it works with the n8n v2 setup?
Task runners are enabled by default in v2 https://docs.n8n.io/2-0-breaking-changes/#enable-task-runners-by-default
Starting with v2.0, the main n8nio/n8n Docker image will no longer include the task runner for external mode. You must use the separate n8nio/runners Docker image to run task runners in external mode.
Migration path: If you run task runners in Docker with external mode, update your setup to use the n8nio/runners image instead of n8nio/n8n.
Does this apply to this template?
How can we update things so that the upgrade runs smoothly?