A maintenance page that requires the application to be running is not a maintenance page. Serving it from the web server means it works when PHP is stopped,…
Two supervisors watching the same process, each willing to restart it, and one of them unaware of the other. monit predates systemd on most of these hosts and…
Automatic security updates with automatic reboots, on a host that runs queue workers with no drain step. The reboot is right and the missing piece is a systemd…
A worker that had been restarting every 40 seconds for eleven days, reported as active by every check that looked. Restart=always with no burst limit converts a hard…
A Dockerfile that switched to a non-root user, then switched back for one directory permission and never switched forward again. The line that switched to root was correct…