Error: timeout reached while waiting for sockets response after cluster enable redis
Unsolved
Technical Support
-
Hi,
happy new year to all
After enabling clustering on my forum (redis), with this tutorial: https://docs.nodebb.org/configuring/scaling/
I now seem to have a few sluggishness/latencies from time to time with this error after on nodebb :
-
An idea for this message error ?
Sometimes we have 3 times in the sdame time (correspond to 3 nodejs process with redis) -
None in my /etc/nginx.conf but I have
types_hash_max_size 2048;
And I have
ip_hash
directives on my /etc/nginx/mywebsite.conf like the scaling redis official documentation :upstream io_nodes { ip_hash; server 127.0.0.1:4567; server 127.0.0.1:4568; server 127.0.0.1:4569; }
Copyright © 2024 NodeBB | Contributors