Skip to content

Conversation

crowzer0
Copy link

@crowzer0 crowzer0 commented Mar 2, 2023

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.

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.
Copy link
Member

@ncrocfer ncrocfer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not as comfortable as @ldurnez concerning Docker, but in my opinion harcoding the value here is not a good practice.

Can you at least make it configurable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants