opencve-docker icon indicating copy to clipboard operation
opencve-docker copied to clipboard

Fix Issue webserver WORKER TIMEOUT

Open crowzer0 opened this issue 1 year ago • 0 comments

Many request on the UI was very slow. The Error from the log:

webserver      | [2023-03-02 15:38:36 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:10)
webserver      | [2023-03-02 15:38:36 +0000] [10] [INFO] Worker exiting (pid: 10)
webserver      | [2023-03-02 15:38:36 +0000] [11] [INFO] Booting worker with pid: 11

The gunicorn runs into a timeout. I fixed the issue by rising up the gunicorn workers.

crowzer0 avatar Mar 02 '23 15:03 crowzer0