How to use redis in n8n
-
@nebulon nice... i follow the docs and get it working
I will lost automatic updates, but ok. I have redis now
-
@robi yes. I didnt thing about this. simple and good.
-
@nebulon nice... i follow the docs and get it working
I will lost automatic updates, but ok. I have redis now
@nennogabriel How do you do that? Can you share with everyone how to do it? Thank you.
-
The main database for the n8n package is Postgres on Cloudron and that is integrated. Redis is not at the moment.
-
You should be able to integrate your external redis via env variables https://docs.cloudron.io/apps/n8n/#custom-env
upstream docs for this are at https://docs.n8n.io/hosting/configuration/environment-variables/queue-mode/
-
J james referenced this topic
-
Yeah I'd also be keen to know if anyone has got Redis working and what it looks like with a n8n instance. I don't know what's going on but n8n is getting slower and slower with each release (on Cloudron) and I can't figure out why. I think it has to do with queueing and/or workers.
-
Yeah I'd also be keen to know if anyone has got Redis working and what it looks like with a n8n instance. I don't know what's going on but n8n is getting slower and slower with each release (on Cloudron) and I can't figure out why. I think it has to do with queueing and/or workers.
@umnz The updates and n8n are still running very well. If itβs slow, you may need to check the RAM. Running many heavy tasks consumes a lot of RAM. Also, as I understand it, Redis is used for scaling when the current n8n server hits its limits and keeps freezing when receiving information from webhooks and running many heavy tasks at the same time.