n8n - 💡(How to fix) Fix Code node is not working [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
n8n-io/n8n#28813Fetched 2026-04-22 08:03:09
View on GitHub
Comments
2
Participants
3
Timeline
8
Reactions
0
Timeline (top)
commented ×2mentioned ×2subscribed ×2closed ×1

Error Message

Describe the problem/error/question

When I try to execute my workflow manually, I get this error at the very fisrt code node. No other workflow is running parallely. Everything was fine till yesterday, from today I am getting this error.

What is the error message (if any)?

  • error: all
RAW_BUFFERClick to expand / collapse
<!-- Please follow the template below. Skip the questions that are not relevant to you. -->

Describe the problem/error/question

When I try to execute my workflow manually, I get this error at the very fisrt code node. No other workflow is running parallely. Everything was fine till yesterday, from today I am getting this error.

What is the error message (if any)?

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.

If you are repeatedly executing Code nodes with long-running tasks across your instance, please space them apart to give the runner time to catch up. If this does not describe your use case, please open a GitHub issue or reach out to support.

Please share your workflow/screenshots/recording

<img width="872" height="1356" alt="Image" src="https://github.com/user-attachments/assets/82f65466-24d6-4128-ab28-16c80e45495c" />

(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.) ⚠️ WARNING ⚠️ If you have sensitive data in your workflow (like API keys), please remove it before sharing.



## Share the output returned by the last node

<img width="1670" height="270" alt="Image" src="https://github.com/user-attachments/assets/410a0cab-a618-4bb6-b116-e7d313577f85" />

## Debug info

### core

- n8nVersion: 2.13.3
- platform: docker (cloud)
- nodeJsVersion: 24.13.1
- nodeEnv: production
- database: sqlite
- executionMode: regular
- concurrency: 20
- license: enterprise (sandbox)

### storage

- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem

### pruning

- enabled: true
- maxAge: 720 hours
- maxCount: 25000 executions

### client

- userAgent: mozilla/5.0 (macintosh; intel mac os x 10.15; rv:149.0) gecko/20100101 firefox/149.0
- isTouchDevice: false

Generated at: 2026-04-21T14:21:32.550Z

extent analysis

TL;DR

The most likely fix is to adjust the workflow to space out long-running tasks or increase the task timeout period to prevent timeouts.

Guidance

  • Check the workflow for long-running tasks in Code nodes and consider spacing them out to prevent overloading the task runner.
  • Verify if the task runner is down, not ready, or at capacity by checking the n8n instance's resource utilization and adjusting the concurrency setting if necessary.
  • Consider increasing the task timeout period to give the task runner more time to service tasks, but be cautious of potential performance impacts.
  • Review the pruning settings to ensure they are not causing tasks to be removed too quickly, potentially leading to timeouts.

Example

No code snippet is provided as the issue does not require a specific code change, but rather a workflow adjustment.

Notes

The provided information suggests that the issue started recently, and the workflow was previously working fine. This implies that the problem might be related to a change in the workflow or the environment. However, without more information about the specific tasks and their execution times, it's difficult to provide a more targeted solution.

Recommendation

Apply a workaround by spacing out long-running tasks in the workflow, as this is a non-invasive change that can help mitigate the issue without requiring significant modifications to the n8n configuration or code.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

n8n - 💡(How to fix) Fix Code node is not working [2 comments, 3 participants]