I saw a popup message "at least 2 worker to print pdf report" when I running odoo in my server.
anyone know Can I print pdf report when set to 1 "Workers" in Odoo.sh? Thanks.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
2
返信
2534
ビュー
Here is the thumb rule for odoo worker calculation.
Worker number calculation
- Rule of thumb : (#CPU * 2) + 1
- Cron workers need CPU
- 1 worker ~= 6 concurrent users
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
1
7月 25
|
1896 | ||
|
4
4月 25
|
12300 | ||
|
1
2月 25
|
3665 | ||
|
1
1月 25
|
1486 | ||
|
1
1月 25
|
5023 |
This is wrong technically, if you are setting workers, then you must assign atleast one worker for cron job. ie, number od workers + 1 will be the caluclation.