-
Today for several hours the CPU usage has been around 2000% (20 vCPU). Is this the announced update of indexes in the database? Such updates always took place when the weblate containers were launched.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
The indexes are created upon upgrade during the container startup, you can see this in the logs. Celery is used for many tasks, see https://docs.weblate.org/en/latest/admin/install.html#celery. Again, the container log will show you which tasks it is processing. |
Beta Was this translation helpful? Give feedback.
-
update_checks and update_component_stats has been going on for 16 hours now.
Can detailed Celera statistics be displayed in the "Performance Report" tab? Could such a feature appear in the future? |
Beta Was this translation helpful? Give feedback.
This seems weird, looks like it is triggered too many times. I've added more verbose logging of these in #10040 so that it is easier to see what is going on.