TimerOS was unaffected throughout this period. The API, web app, client portal, website and desktop update feed all served normally — each independently verified.
Cause: a defect in Cloudflare's Cron Trigger dispatch. The trigger stayed registered, and the page kept serving; only the scheduled invocation stopped, with no error and no log. Redeploying and re-registering the schedule had no effect; delivery resumed on its own.
What we changed: the probes now have a second, independent trigger that does not rely on Cloudflare's scheduler, and an external check now alerts us when this page stops reporting. Previously, our alerting ran inside the same process as the probes, which is why the gap went unnoticed — the failure silenced the alarm along with the measurement.