Remove point-in-time HOST2 status from the codebase
Comments asserting a partner is down, being rebuilt or not yet installed are true on the day they are written and wrong afterwards, and nothing prompts anyone to revisit them. Behaviour is described generically; current state belongs in operator memory, not in tracked files.
This commit is contained in:
@@ -150,7 +150,7 @@ $history = [];
|
||||
// cleanup, docker updates — and run on their schedule whether or not RSYNC_ENABLED is true. So the
|
||||
// page could report a healthy 56-minute "daily sync" for a subsystem that had not run in a month,
|
||||
// which is exactly what it was doing: the last entry here is 2026-07-16, the day the global gate
|
||||
// was closed for the HOST2 rebuild.
|
||||
// was closed.
|
||||
//
|
||||
// Deliberately outside the 30-day cutoff. The last transfer is 29 days old as this is written and
|
||||
// would have dropped out of the window within days, taking the page from a wrong answer to no
|
||||
|
||||
Reference in New Issue
Block a user