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
답글
2573
화면
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
|
1964 | ||
|
4
4월 25
|
12419 | ||
|
1
2월 25
|
3753 | ||
|
1
1월 25
|
1544 | ||
|
1
1월 25
|
5174 |
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.