跳至内容
菜单
此问题已终结
2 回复
5625 查看

Can any one describe me below the question

  1. What is worker configuration of odoo?

  2. What is the meaning of cron threads?


形象
丢弃
最佳答案

HI,


The below link helps you.

Worker Configuration

Max Cron Threads


Thanks & Regards,

Sunny Sheth

形象
丢弃
最佳答案

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.

形象
丢弃
相关帖文 回复 查看 活动
3
11月 23
1496
2
3月 15
4902
0
1月 18
4563
1
3月 15
5932
2
8月 25
1757