find_overdue_jobs
Identify scheduled jobs that missed their run time beyond a configurable grace period to detect silent failures in cron, systemd timers, and OpenClaw schedulers.
Instructions
Returns jobs whose schedule indicates they should have run but haven't, beyond a grace window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grace_minutes | No | Tolerance to avoid flagging jobs about to run (default 5) |