Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
5762 Weergaven

Can any one describe me below the question

  1. What is worker configuration of odoo?

  2. What is the meaning of cron threads?


Avatar
Annuleer
Beste antwoord

HI,


The below link helps you.

Worker Configuration

Max Cron Threads


Thanks & Regards,

Sunny Sheth

Avatar
Annuleer
Beste antwoord

Hi,

Odoo includes built-in HTTP servers, using either multi threading or multiprocessing.
For production use, it is recommended to use the multiprocessing server as it increases stability, makes somewhat better use of computing resources and can be better monitored and resource-restricted.
Multiprocessing is enabled by configuring option : “a non-zero number of worker processes ”, the number of workers should be based on the number of cores in the machine (possibly with some room for cron workers depending on how much cron work is predicted).
--max-cron-threads is the Maximum number of threads processing concurrently cron jobs.

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
3
nov. 23
1584
2
mrt. 15
4985
0
jan. 18
4649
1
mrt. 15
6013
2
aug. 25
158