Can any one describe me below the question
What is worker configuration of odoo?
What is the meaning of cron threads?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Can any one describe me below the question
What is worker configuration of odoo?
What is the meaning of cron threads?
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.
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
Nov 23
|
1291 | ||
|
2
Mar 15
|
4654 | ||
|
0
Jan 18
|
4406 | ||
|
1
Mar 15
|
5722 | ||
|
1
Jun 25
|
142 |