Hello,
I am trying to enable workers for odoo 17.0 local development.
as per documentation; I added workers = 2 in the odoo.conf file.
odoo.conf file looks like:
limit_time_cpu = 86400
limit_time_real = 86400
limit_memory_soft = 13538884000
limit_memory_hard = 140388840001
max_cron_threads = 1
workers = 2
but I get the error as:
RuntimeError: Couldn't bind the websocket. Is the connection opened on the evented port (8072)?
Please help me set it up correctly.