Skip to content

Timeout Error in HTTP request node #19336

Description

@psampath-ctrl

Describe the problem/error/question.

I'm using a http request node that gets the result of a query that was written in Redash. The query is running fine in redash but when I'm using the same query in the HTTP node it is running for a while and returning me a timeout error. Even though if I set the timeout option to 5 mins and max tries to 5, the same error is popping up.

What is the error message (if any)?

Problem in 'HTTP Request1'
The connection was aborted, perhaps the server is offline

Please share your workflow/screenshots/recording

{
"nodes": [
{
"parameters": {
"url": "http://54.75.241.228/api/queries/122/results.json?api_key=xx",
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-40,
300
],
"id": "e8be8ff6-fba4-4785-8d5d-e31e22e88cda",
"name": "HTTP Request1",
"alwaysOutputData": false,
"retryOnFail": true,
"maxTries": 5,
"waitBetweenTries": 5000
},
{
"parameters": {
"documentId": {
"__rl": true,
"value": "https://docs.google.com/spreadsheets/d/xxx
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": "gid=0",
"mode": "list",
"cachedResultName": "Sheet1",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/cxx/edit#gid=0"
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
80,
80
],
"id": "3f980ede-8bd5-48ca-b5d4-8bd9294fb714",
"name": "Google Sheets",
"retryOnFail": true,
"maxTries": 5,
"waitBetweenTries": 5000,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "rWr93hVtHfLPRhPi",
"name": "Sampath Google account"
}
}
},
{
"parameters": {
"fieldToSplitOut": "query_result.data.rows",
"options": {}
},
"type": "n8n-nodes-base.splitOut",
"typeVersion": 1,
"position": [
220,
300
],
"id": "2d5f4f23-6815-4612-b9aa-a62e9ebfc7c6",
"name": "Split Out",
"alwaysOutputData": false
},
{
"parameters": {
"mode": "combine",
"advanced": true,
"mergeByFields": {
"values": [
{
"field1": "event_id",
"field2": "event_id"
}
]
},
"joinMode": "keepNonMatches",
"outputDataFrom": "input2",
"options": {}
},
"type": "n8n-nodes-base.merge",
"typeVersion": 3,
"position": [
480,
160
],
"id": "807bcbaf-3567-47bd-8393-f7119f48c703",
"name": "Merge",
"alwaysOutputData": false,
"executeOnce": false
},
{
"parameters": {
"operation": "append",
"documentId": {
"__rl": true,
"value": "https://docs.google.com/spreadsheets/d/ccx/edit?usp=sharing",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": "gid=0",
"mode": "list",
"cachedResultName": "Sheet1",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/ccx/edit#gid=0"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"eventId": "={{ $json.eventId }}",
"feedBack": "={{ $json.feedBack }}",
"roles": "={{ $json.roles }}",
"event_format": "={{ $json.event_format }}",
"event_name": "={{ $json.event_name }}",
"organisation": "={{ $json.organisation }}",
"userId": "={{ $json.userId }}",
"is_test_event": "={{ $json.is_test_event }}",
"isPanelist": "={{ $json.isPanelist }}",
"agendaIds": "={{ $json.agendaIds }}",
"createdTime": "={{ $json.createdTime }}",
"_id": "={{ $json._id }}",
"event_start_date": "={{ $json.event_start_date }}",
"CSAT": "={{ $json.CSAT }}",
"organiserId": "={{ $json.organiserId }}",
"supportRating": "={{ $json.supportRating }}"
},
"matchingColumns": [],
"schema": [
{
"id": "eventId",
"displayName": "eventId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "organisation",
"displayName": "organisation",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "event_format",
"displayName": "event_format",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "event_start_date",
"displayName": "event_start_date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "event_name",
"displayName": "event_name",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "is_test_event",
"displayName": "is_test_event",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "CSAT",
"displayName": "CSAT",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "feedBack",
"displayName": "feedBack",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "roles",
"displayName": "roles",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "userId",
"displayName": "userId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "isPanelist",
"displayName": "isPanelist",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "_id",
"displayName": "_id",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "organiserId",
"displayName": "organiserId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "agendaIds",
"displayName": "agendaIds",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "supportRating",
"displayName": "supportRating",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "createdTime",
"displayName": "createdTime",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
680,
160
],
"id": "722e47b9-dc56-4d19-92fc-075eb4d2be2c",
"name": "Google Sheets1",
"alwaysOutputData": true,
"retryOnFail": true,
"maxTries": 5,
"waitBetweenTries": 5000,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "rWr93hVtHfLPRhPi",
"name": "Sampath Google account"
}
}
},
{
"parameters": {
"authentication": "oAuth2",
"select": "channel",
"channelId": {
"__rl": true,
"value": "#n8n-registrations",
"mode": "name"
},
"text": "=Hey! There's an event With >1000 registrations\n\nEventId:\nEvent Name:\nEvent Start_date:\nEvent end_date:\nOrganisation: \nOrganiser_id :\n\nYou can also view it in the sheet below:\n\n🔗 Google Sheet\n",
"otherOptions": {}
},
"type": "n8n-nodes-base.slack",
"typeVersion": 2.3,
"position": [
860,
160
],
"id": "4ec7d42e-78d8-42ba-b7c6-b0597132111e",
"name": "Slack",
"webhookId": "4f89f465-a237-4e69-8362-19a28fa7c183",
"credentials": {
"slackOAuth2Api": {
"id": "JIInbqmv0nr9cZ7O",
"name": "Slack account"
}
}
},
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"minutesInterval": 15
},
{}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-280,
200
],
"id": "86d49aa9-0dee-4464-b227-cb0bdb4c4d0d",
"name": "Schedule Trigger1"
}
],
"connections": {
"HTTP Request1": {
"main": [
[
{
"node": "Split Out",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 0
}
]
]
},
"Split Out": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 1
}
]
]
},
"Merge": {
"main": [
[
{
"node": "Google Sheets1",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets1": {
"main": [
[
{
"node": "Slack",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger1": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
},
{
"node": "HTTP Request1",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "e203eca1bca4f03010e15cd6ea3018e68f26727c12cd5a3a19b6c24bcf4852bf"
}
}

Share the output returned by the last node

I need to get a slack notification in my channel

Debug info

core

  • n8nVersion: 1.80.4
  • platform: docker (self-hosted)
  • nodeJsVersion: 20.18.3
  • database: sqlite
  • executionMode: regular
  • concurrency: -1
  • license: community

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: memory

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

client

  • userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/139.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2025-09-08T12:29:19.834Z}

Metadata

Metadata

Assignees

No one assigned

    Labels

    closed:support-issueIssue is not a bug, This may include license, billing, cloud instance or how-to questionsin linearDEPRECATED

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions