I just noticed moma seems to have a cron running /usr/local/bin/refresh-savecodenow-statuses, but there are up to four of them running at any one time.
This doesn't seem right; and they probably interfere which each other. (and I can imagine it cascading by becoming slower and slower)
Instead, it should probably be migrated to a systemd timer, so systemd can make sure there aren't ever two instances running at the same time, no matter how slow they are.