Tick
WordPress plugin · scheduled-job absence watchdog
Watches for the scheduled job that quietly stopped being scheduled at all, the failure mode every existing cron tool is blind to.
The pain
wp-cron only fires when someone visits your site, and it breaks silently under caching, firewalls, and loopback failures. The popular cron plugins are viewers and editors, and the few monitors that exist all watch for jobs that FAIL. Nobody watches for absence: a job that vanished from the schedule throws no error, logs nothing, and is exactly how subscription renewals stop billing without anyone noticing.
The teaser
A failed job is loud. A job that stopped existing is silent, and silence is the one thing software is much better at noticing than people are. Tick learns each job's rhythm, then tells you the moment one goes quiet. No SaaS account, no per-job setup.

