Skip to content

Instantly share code, notes, and snippets.

View DRIMOL's full-sized avatar

Diego Lima DRIMOL

  • Aracaju, Sergipe, Brasil
  • 09:52 (UTC -03:00)
  • Instagram diego.rlo
View GitHub Profile
2024-03-21T00:20:37.729399012Z Start job: 2671 (Workflow ID: dQCDYWNPURV8NBEJ | Execution: 143953)
2024-03-21T00:20:37.762849771Z Start job: 2672 (Workflow ID: txbJPZd8tY0x6dYO | Execution: 143955)
2024-03-21T00:20:37.842689112Z Error from queue:
2024-03-21T00:20:37.842774084Z Error from queue:
2024-03-21T00:20:37.843028956Z Error: Missing lock for job 2667 failed
2024-03-21T00:20:37.843037783Z at Object.finishedErrors (/usr/local/lib/node_modules/n8n/node_modules/bull/lib/scripts.js:225:16)
2024-03-21T00:20:37.843041129Z at Job.moveToFailed (/usr/local/lib/node_modules/n8n/node_modules/bull/lib/job.js:342:19)
2024-03-21T00:20:37.843043524Z at processTicksAndRejections (node:internal/process/task_queues:95:5)
2024-03-21T00:20:41.953338223Z Error from queue:
2024-03-21T00:20:41.953380153Z Error from queue:
version: "3.7"
services:
redis:
image: redis:latest
command: >
redis-server
--port 6379
--requirepass {PASSWORD}
version: "3.7"
services:
reds:
image: redis:latest
command: >
redis-server
--port 6381
--requirepass {PASSWORD}
version: "3.7"
services:
neightn_editor:
image: n8nio/n8n:1.31.0
command: start
networks:
- network_public
ports:
- "5679:5678"
version: "3.7"
services:
n8n_editor:
image: n8nio/n8n:1.29.1
command: start
networks:
- network_public
version: "3.7"
services:
n8n_editor:
image: n8nio/n8n:1.24.1
command: start
networks:
- network_public
environment:
- DB_TYPE=postgresdb
e: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
2024-02-04T12:18:24.316Z | debug | Start processing node "Wait" "{\n node: 'Wait',\n workflowId: 'cnbEZatOKD90EaU7',\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
2024-02-04T12:18:24.316Z | debug | Running node "Wait" started "{\n node: 'Wait',\n workflowId: 'cnbEZatOKD90EaU7',\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
2024-02-04T12:18:24.317Z | debug | Setting execution status for 29217 to "waiting" "{\n file: 'WorkflowExecuteAdditionalData.js',\n function: 'setExecutionStatus'\n}"
2024-02-04T12:18:24.317Z | debug | Running node "Wait" finished successfully "{\n node: 'Wait',\n workflowId: 'cnbEZatOKD90EaU7',\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
2024-02-04T12:18:24.317Z | verbose | Workflow execution will wait until Sun Feb 04 2024 12:19:34 GMT+0000 (Coordinated Universal Time) "{\n workflowId: 'cnbEZatOKD90EaU7',\n file: 'LoggerProxy.js',\n function: 'exports.verbose'\n}"
2024
2024-02-02T21:39:08.384Z [Rudder] debug: in flush
2024-02-02T21:39:08.385Z [Rudder] debug: cancelling existing timer...
2024-02-02T21:39:08.385Z [Rudder] debug: cancelling existing flushTimer...
2024-02-02T21:39:08.385Z [Rudder] debug: batch size is 2
2024-02-02T21:39:16.420Z | debug | Received webhook "POST" for path "wait5" "{ file: 'ActiveWebhooks.js', function: 'executeWebhook' }"
2024-02-02T21:39:16.596Z | verbose | Execution for workflow My workflow 50 was assigned id 28954 "{\n executionId: '28954',\n file: 'WorkflowRunner.js',\n function: 'runMainProcess'\n}"
2024-02-02T21:39:16.600Z | debug | Execution ID 28954 had Execution data. Running with payload. "{\n executionId: '28954',\n file: 'WorkflowRunner.js',\n function: 'runMainProcess'\n}"
2024-02-02T21:39:16.601Z | verbose | Workflow execution started "{\n workflowId: 'cnbEZatOKD90EaU7',\n file: 'LoggerProxy.js',\n function: 'exports.verbose'\n}"
2024-02-02T21:39:16.608Z | debug | Executing hook (hookFunctionsPush) "{\n executio
version: "3.7"
# Definição dos Serviços
services:
# Definição do Serviço do Editor
n8n_editor:
# imagem do docker
image: n8nio/n8n:1.6.1
# comando padrão para subir o servidor web
command: start
version: "3.7"
services:
postgres:
image: postgres:14
environment:
- POSTGRES_PASSWORD=<<PASSWORD>>
networks:
- network_public
ports: