Hello,
I am experiencing a persistent issue where all Code nodes time out, even with the simplest possible code.
I found a similar case reported by another n8n Cloud user (Jan 2025) where the issue was caused by TaskRunners being enabled on the workspace.
In that case, an n8n team member resolved the problem by disabling TaskRunners, which immediately fixed the Code node timeouts.
My symptoms are identical:
- Code nodes time out after 60 seconds
- This happens even in a new workflow with a minimal Code node:
return [{ json: { ok: true } }]
Could you please try disabling TaskRunners on my workspace?
Workspace ID (subdomain): alexcapcession
Thank you very much.