Describe the issue/error/question
Hi! I’m builing an instance of n8n using Redis scaling. Works fine, n8n connected with redis. I was testing webhooks with the webhook-test endpoint and that works fine.
The problem comes when I tried to use the prod endpoints, I get following one liner in the n8n logs:
Started with job ID: 1 (Execution ID: 142)
In redis i get the following messages repeated messages:
1642608913.526304 [0 172.16.3.163:34606] "evalsha" "74c8631221de82c9ac8c1cb76e574a903fa0228c" "2" "bull:jobs:completed" "bull:jobs:failed" "1"
1642608913.526342 [0 lua] "zscore" "bull:jobs:completed" "1"
1642608913.526349 [0 lua] "zscore" "bull:jobs:failed" "1"
1642608913.526352 [0 lua] "zscore" "bull:jobs:failed" "1"
In the GUI executions list I can see it got started but it never stops running:
Please share the workflow
It happens with every workflow triggered by a webhook, if I Stop the execution it figures a 0 seconds runtime, so I guess is regardles of the workflow.
I’m using the docker-compose build with the n8n-custom image.
Could it be some problem with my env variables? Thanks for your time, cheers