The N8N task request has been timing out after 60 seconds for the past week. We’ve tried running a basic no-code node, optimizing our workflows, but nothing has worked.
Is the best solution to restart our instance?
What is the error message (if any)? Task request timed out after 60 seconds
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
welcome to the n8n community @netrajosh1
It seems like a systemic thing rather than just your workflow. I’m a bit stuck without the environment info, though—could you send that over so we can help?
@netrajosh1 restart the task runner container, not the whole instance — if basic nodes are timing out it’s the runner process that’s stuck. run this quick workflow to confirm your instance itself is healthy:
if that times out too then yeah your task runner is definitely borked, restart just that service with docker restart n8n-task-runner (or whatever your runner container is named) and set N8N_RUNNERS_TASK_TIMEOUT=120 to buy yourself more headroom.
I am seeing the same behavior. The Editor gets stuck even after a restart. Loops that don’t work. Once I have another example, I will share more details.