5 months 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.
2 Replies
5 months 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?
realestatejoe
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?
3 months ago
I don't believe that the task runners change applies to any of my templates. I could be wrong, but assuming the use case, I believe I only have the workers and webhook processors, not runners. Supposedly, everything should migrate smoothly - unfortunately I cannot see my edit history of the template so see what I had changed exactly, but if you had/have any issues, feel free to reach out and I can help fix them (sorry for the late response).
Status changed to Awaiting User Response Railway • 3 months ago
3 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 3 months ago