InBrief
Capability

Cron job monitoring that notices when a job stops running

Scheduled jobs check in with one request when they finish. A late check-in or a reported failure marks the job down and tells your team.

Why it works this way

Backups, imports and queue workers fail quietly. When a job stops starting, nothing raises an error in front of anyone, and a check from outside has nothing to connect to.

A heartbeat monitor waits for the job instead. Saving one gives you a private URL, and the job calls it when it finishes. You set how often a check-in is expected and how late it may be, and once both have passed without one, the monitor goes down.

The job can also call a /start address, so a run that hangs is caught once it passes its maximum runtime, and a /fail address to report a failure straight away. A new monitor stays off your public page until its first check-in, so a job you are still wiring up never shows as an outage.

Those capabilities and everything they depend on come to $6/mo.

Build the plan around it.

Add what you need, drop what you do not, and read the total before you buy.

Cron Job and Heartbeat Monitoring | InBrief