commit | b9be941b9b96478e6bfcceb1e75ae5c66d467f07 | [log] [tgz] |
---|---|---|
author | Clark Boylan <clark.boylan@gmail.com> | Wed Mar 26 10:09:38 2025 -0700 |
committer | Clark Boylan <clark.boylan@gmail.com> | Wed Mar 26 10:09:38 2025 -0700 |
tree | 2ce8b8218261963c499331c25112d91b5c2589fa | |
parent | 0423f8be8ae41b55ee3a00434f9f879b4c45f923 [diff] |
Reduce unnecessary apache restarts Systemd limits the total number of restarts that a service can undergo in a short period of time. On faster nodes all of our apache restarts hit that limit and we eventually fail. Mitigate this by removing unnecessary restarts. Change-Id: I425bb9eec525d82372f05edc63e4fb931e5a4887