콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

Hello, I have the following case:


When sending multiple simultaneous GET requests to Odoo to download invoice PDFs, the system crashes. It takes more than a minute for as few as 20 requests, and while the process continues, Odoo itself is blocked by a 503 error. Even 2 simultaneous requests seem to trouble the system.


Despite this, Odoo seems to not be utilizing the resources provided in the container (the instance runs on Azure in a Kubernetes container).

Increasing workers alone did not help. On the contrary, the process tends to get even heavier with workers=7 as a test.

The process only seems to function properly when we set the workers=0, which is the exact opposite of the recommendations regarding asynchronous work of Odoo.



What may be probable causes for this behavior?


Odoo.conf:

    workers = 2 (every count of workers above 0 does not seem to work)

    max_cron_threads = 2

    limit_memory_soft = 2147483648

    limit_memory_hard = 2684354560

    limit_time_cpu = 180

    limit_time_real = 300

    db_maxconn = 50

    proxy_mode = True
아바타
취소
관련 게시물 답글 화면 활동
2
9월 25
595
3
8월 25
1464
3
7월 25
934
2
7월 25
1556
1
5월 25
1188