The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Keep-Alive - Render Worker",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "*/10 10-16,20-23,0-3 * * *"
}
]
}
},
"id": "schedule-trigger",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.1,
"position": [
240,
300
]
},
{
"parameters": {
"url": "https://bet-assistant-backend.onrender.com/api/webhooks/n8n/health",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "headerAuth",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "x-n8n-api-key",
"value": "={{ $env.BET_ASSISTANT_WEBHOOK_KEY }}"
}
]
},
"options": {
"timeout": 30000
}
},
"id": "http-request-health",
"name": "Health Check",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
460,
300
]
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{ $json.status }}",
"operation": "equals",
"value2": "healthy"
}
]
}
},
"id": "if-healthy",
"name": "IF Healthy",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
680,
300
]
},
{
"parameters": {
"content": "\u2705 Render backend is alive\nDatabase: {{ $json.checks.database }}\nAPI Key: {{ $json.checks.apiFootballKey }}",
"height": 80,
"width": 300
},
"id": "sticky-note-success",
"name": "Success - No Action",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
680,
180
]
},
{
"parameters": {
"content": "\u26a0\ufe0f ALERT: Backend unhealthy!\nCheck Render logs immediately.",
"height": 100,
"width": 300,
"color": 5
},
"id": "sticky-note-error",
"name": "Error - Send Alert",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
900,
180
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "Health Check",
"type": "main",
"index": 0
}
]
]
},
"Health Check": {
"main": [
[
{
"node": "IF Healthy",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 1,
"updatedAt": "2026-02-24T00:00:00.000Z",
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Keep-Alive - Render Worker. Uses httpRequest. Scheduled trigger; 5 nodes.
Source: https://github.com/Norfeusz/bet-assisstant-2.0/blob/be066bf5b3cdb49ee28f914e0124f97c03c5edf1/n8n-workflows/keep-alive-render.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.