opencve-docker
opencve-docker copied to clipboard
Fix Issue webserver WORKER TIMEOUT
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.