Connectors mailing list archives

connectors@odoo-community.org

Avatar

Re: Configuration with multiple Odoo nodes

by
Guewen Baconnier
- 02/07/2019 13:24:02
Hello,

Usually we have one or several nodes for HTTP workers (exposed by a load balancer to users) and cron workers, and a different node for the jobrunner and its worker.
The workers of the jobrunner node are not exposed to users and are used for the jobs only. Typically, the number of workers in this node will be equal to the capacity we configure in the job channels root (root:8 means 8 workers).

By design, you cannot have more than one jobrunner. However, the jobrunner can use the workers of many nodes if you want so, by configuring ODOO_QUEUE_JOB_HOST on a load balancer doing the dispatch to the nodes [0]. We never needed to do this to be honest.

Have a nice day,
Guewen


On Sat, Jun 29, 2019 at 4:12 PM Maxime Chambreuil <mchambreuil@opensourceintegrators.com> wrote:
Hello,

I am running an Odoo 12 environment with multiple Odoo servers and the connector.

What do you suggest in terms of job runner configuration?
Do you allow all the nodes to have job runners? Does this create concurrent update issues?
Or do you configure the job runner on one node? How do you configure this node and the others?

Thank you. Have a great week-end.

MAXIME CHAMBREUIL
PROJECT MANAGER/CONSULTANT
O: 1.855.877.2377 EXT. 710
M: 602.427.5632
E: MChambreuil@OpenSourcelntegrators.com
P.O. BOX 940, HIGLEY, AZ 85236

_______________________________________________
Mailing-List: https://odoo-community.org/groups/connectors-30
Post to: mailto:connectors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

Reference