N8N Manual config question?

sterdizzy
PRO

19 days ago

My current version is constantly hanging and often crashing. I read online that there should be some manual adjustments—these bottom ones here. Is this true, yes or no?

I've attached suggested config.

EXECUTIONS_MODE=queue

QUEUE_MODE=redis

EXECUTIONS_PROCESS=queue

EXECUTIONS_CONCURRENCY=10

EXECUTIONS_TIMEOUT=3600

Attachments

$10 Bounty

3 Replies

19 days ago

Do you have any crash info etc? The crash messags? The config you provided basically does this:
uses redis (in memory database kinda) to queue tasks to the n8n worker, max 10 tasks at once and each task can take up to 60 min. So if you were getting a timeout it might possibly help.

Please provide more info or even a crash screen shot + logs if possible


sim
FREETop 1% Contributor

18 days ago

Reading through your question, how did you configure your n8n project? Did you use this template? Will help to have a look to reduce manual configuration steps https://railway.com/deploy/r2SNX_


sim

Reading through your question, how did you configure your n8n project? Did you use this template? Will help to have a look to reduce manual configuration steps https://railway.com/deploy/r2SNX_

sterdizzy
PRO

16 days ago

i used the template provided. but there are suggested edits to improve it reliability.