From 9ecb1c6e57d6c6861bd299ad4e68e87febb8a349 Mon Sep 17 00:00:00 2001 From: renato97 Date: Tue, 17 Feb 2026 04:48:52 +0000 Subject: [PATCH] Fix: timeout 60s en todos los nodos HTTP --- n8n_workflow_V5_LOOP_TELEGRAM.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/n8n_workflow_V5_LOOP_TELEGRAM.json b/n8n_workflow_V5_LOOP_TELEGRAM.json index d219355..b6ccbb1 100644 --- a/n8n_workflow_V5_LOOP_TELEGRAM.json +++ b/n8n_workflow_V5_LOOP_TELEGRAM.json @@ -22,7 +22,7 @@ {"name": "Authorization", "value": "token efeed2af00597883adb04da70bd6a7c2993ae92d"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "http-read-tasks", "name": "📥 Leer tasks.json", @@ -41,7 +41,7 @@ {"name": "text", "value": "=📥 tasks.json leído"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "tg-read-ok", "name": "📢 TG: Leído", @@ -80,7 +80,7 @@ {"name": "text", "value": "=🎯 Tarea: {{ $json.hay_tarea ? $json.tarea.id + ' - ' + $json.tarea.titulo : 'NO disponible (' + $json.motivo + ')' }}"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "tg-tarea-selected", "name": "📢 TG: Tarea", @@ -120,7 +120,7 @@ {"name": "text", "value": "=⏸️ Esperando... {{ $json.motivo }}. Total: {{ $json.stats.total }} | Hechas: {{ $json.stats.completadas }}"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "tg-no-tarea", "name": "📢 TG: Espera", @@ -147,7 +147,7 @@ {"name": "Authorization", "value": "token efeed2af00597883adb04da70bd6a7c2993ae92d"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "http-read-spec", "name": "📖 Leer spec", @@ -166,7 +166,7 @@ {"name": "text", "value": "=📖 Spec leído"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "tg-spec-ok", "name": "📢 TG: Spec", @@ -195,7 +195,7 @@ {"name": "text", "value": "=🤖 Llamando a {{ $('🎯 Seleccionar tarea').item.json.key_elegida.servicio }} ({{ $json.api_model }})"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "tg-ai-call", "name": "📢 TG: Llamando IA", @@ -223,7 +223,7 @@ {"name": "Content-Type", "value": "application/json"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "http-call-ai", "name": "🤖 Llamar IA", @@ -242,7 +242,7 @@ {"name": "text", "value": "=✅ Código recibido ({{ $json.choices[0].message.content.length }} chars)"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "tg-ai-response", "name": "📢 TG: Respuesta IA", @@ -292,7 +292,7 @@ {"name": "text", "value": "=❌ Error: código vacío para {{ $('🎯 Seleccionar tarea').item.json.tarea.id }}"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "tg-error-no-code", "name": "📢 TG: Error código", @@ -318,7 +318,7 @@ {"name": "Authorization", "value": "token efeed2af00597883adb04da70bd6a7c2993ae92d"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "http-commit", "name": "📦 Commit a Gitea", @@ -337,7 +337,7 @@ {"name": "text", "value": "=📦 Commit OK: {{ $('📝 Extraer código').item.json.archivo_objetivo }}"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "tg-commit-ok", "name": "📢 TG: Commit", @@ -372,7 +372,7 @@ {"name": "Content-Type", "value": "application/json"} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "http-update-tasks", "name": "✍️ Update tasks.json", @@ -391,7 +391,7 @@ {"name": "text", "value": "=🔄 Tarea {{ $('🔨 Preparar update').item.json.tarea_id }} completada. Reiniciando loop..."} ] }, - "options": {} + "options": {"timeout": 60000} }, "id": "tg-success-loop", "name": "📢 TG: Fin loop",