Monitor scheduled tasks and ensure nothing runs silently broken.
What to Track Per Job
| Field | Description |
|---|---|
| Name | Job identifier |
| Schedule | Cron expression |
| Last run | Timestamp of most recent execution |
| Last status | Success or failure |
| Duration | How long it took |
| Output | Key metrics or error message |
Health Check Pattern
For each scheduled job:
- Has it run in the expected window? (compare schedule vs last_run)
- Did it succeed? (che
[Description truncada. Veja o README completo no GitHub.]