25 Oct
2019
25 Oct
'19
1:15 a.m.
On 10/24/19 11:06 AM, Arnaud Morin wrote:
Hey Thomas,
Thank you for your example. If I understand well, you are using 4 processes in the uwsgi config. I dont see any number of thread, does it mean the uwsgi is not spawning threads but only processes? ( so there is only 1 thread per process?)
Thanks,
Hi Arnaud, If you carefully read the notes for nova, they are saying that we should leave the number of thread to 1, otherwise there may be some eventlet reconnection to rabbit issues. It's however fine to increase the number of processes. Cheers, Thomas Goirand (zigo)