You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a workflow with a HTTP Request node which calls a slow external service with POST. The external service should return its answer in less than 5 minutes. I set the HTTP timeout to 600000 (ms) = 10m. However, when I run a test execution, the HTTP Request node timeouts after ~2m, breaking the workflow.
To Reproduce
Self-host n8n with docker compose and run docker compose pull
Provide an external REST service with an HTTP endpoint that returns a JSON response in 5 minutes or more.
Create a workflow in n8n with a node HTTP Request pointing to the external service endpoint and with the correct request JSON.
Set the HTTP Request node timeout to 600000 (ms): Options > Timeout > 600000
Save the workflow
Run the workflow manually
The HTTP Request node timeouts after ~2 minutes. Message: Problem in node ‘HTTP Request‘ - The connection timed out, consider setting the 'Retry on Fail' option in the node settings
Expected behavior
The HTTP Request node should not timeout until the external endpoint returns its answer in ~5 minutes, and the workflow should continue.
Operating System
Ubuntu Linux 22.04
n8n Version
1.89.2
Node.js Version
20.19.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered:
Bug Description
I have a workflow with a HTTP Request node which calls a slow external service with POST. The external service should return its answer in less than 5 minutes. I set the HTTP timeout to 600000 (ms) = 10m. However, when I run a test execution, the HTTP Request node timeouts after ~2m, breaking the workflow.
To Reproduce
docker compose
and rundocker compose pull
Problem in node ‘HTTP Request‘ - The connection timed out, consider setting the 'Retry on Fail' option in the node settings
Expected behavior
The HTTP Request node should not timeout until the external endpoint returns its answer in ~5 minutes, and the workflow should continue.
Operating System
Ubuntu Linux 22.04
n8n Version
1.89.2
Node.js Version
20.19.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: