Alerts fired: report-host is sluggish and the nightly report job is way behind. The box has a single CPU and something is sitting on it — uptime-style load is up around 1.4 on one core. Nothing is out of memory and the disk is fine; this is pure CPU.
Find the process that's pinning the core, confirm it's the cause, and kill it so the core frees up.
report-host, Alpine, 1 vCPU.app worker processes plus the usual init/cron/shell.You've solved it when:
top to spot the process at ~99–100% %CPU with STAT Rreport/aggregate.py pass, PID 1847).
free shows plenty of availabledf shows the disk is fine, so it's neither RAM nor disk.
killed that PID and shown via top that the core dropped back