Hello,
We have an odoo cluster composed of 4 odoo application servers, one database server , an nfs server to share data between odoo application servers and one HAproxy loadbalancer.
We are noticing that on every healthcheck performed by the loadbalancer, odoo is creating a session which is creating a huge number of sessions and making access to odoo login page very slow.
Is there any clean way to prevent odoo from creating a session for each healthcheck, or at least to clear those sessions properly ?
Thanks in advance.