Hi all,
I have 1 problem with production env install by k8s, Docker from Odoo docker hub. My production env has 10 users, normally the production env only needs to set ~2-4 workers, but my production env set 8 workers and it still has the problem of running for 1 time will hang, the client will load very slowly or fail to load then nginx timeout 504 (not white screen).
if I increase workers to 16 it will be less.
PS: my production env just ran, there is little data, little customize, it seems that the worker is suspended and cannot be released, so there is no worker available to handle the request, so there is such a phenomenon.
Anyone have any ideas?