Project 'infra/sysadm-environment' was moved to 'swh/infra/sysadm-environment'. Please update any links and bookmarks that may still have the old path.
Convert the refresh-savecodenow-statuses cron to a systemd timer
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.
Migrated from T3451 (view on Phabricator)