-
Notifications
You must be signed in to change notification settings - Fork 55k
Description
Hello n8n Support Team,
I am facing a timeout issue with the Python node on n8n Cloud.
Details:
n8n version: 2.6.3 (Cloud)
Issue: Python node fails with timeout even when using a very simple one-line code like return True or 1 + 1
JavaScript Code node works fine with the same workflow
This issue also happens in a brand-new workflow with only a Manual Trigger and Python node
I have already tried updating the version and clearing all executions, but the issue still persists
Error message:
Task request timed out after 60 seconds
Stack trace:
Error: Task request timed out after 60 seconds
at LocalTaskRequester.requestExpired
at LocalTaskRequester.onMessage
at TaskBroker.handleRequestTimeout
It looks like the Python task runner is not responding properly for my workspace.
Could you please check and restart or repair the Python task runner on your side?
Thank you for your support.
Best regards,
Vaishnav