High server load after upgrading to 5.13.3 #16546
Unanswered
mathilde-cryptpad
asked this question in
Q&A
Replies: 2 comments
-
|
Granian has slightly less overhead than gunicorn, so it should not make the situation worse. Maybe the AI crawler's traffic has increased? You might want to integrate Anubis to deal with the AI traffic, see https://docs.weblate.org/en/latest/admin/install/docker.html#anubis-docker-container-integration |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Moreover, we were also tweaking granian configuration in point releases. Make sure you use the 5.13.3.5 Docker tag. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We've recently upgraded our Weblate instance and have been since then facing a high server load which results in service disruptions. We are using Docker and granian seems to be putting a lot of pressure on the server. With two processes running at almost max CPU all the time.
Here is our docker-compose.yml:
Maybe it's tied to the great amount of requests we are receiving. Probably a lot of AI crawlers and other data-mining leeches, hammering our Nginx reverse proxy. We didn't had the issue before 5.13, is Granian is more sensitive to these requests? More resources consuming?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions